blob: 79080abf9bcab186ac08cceebb57ab05db8ec7bd [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
host_tool("blobfs") {
sources = [
"main.cc",
]
deps = [
"$zx/system/ulib/bitmap",
"$zx/system/ulib/blobfs",
"$zx/system/ulib/digest",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fit",
"$zx/system/ulib/fs-host",
"$zx/third_party/ulib/uboringssl",
]
}