blob: 21a9e5e350d75a4663db761797b7708b9b1d7db3 [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.cpp",
]
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/lz4",
"$zx/third_party/ulib/uboringssl",
]
}