blob: 9238eb5e8b672aa26171bf0db34432f13333f8a2 [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.
zx_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",
]
}