| # 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/lz4", | |
| "$zx/third_party/ulib/uboringssl", | |
| ] | |
| } |