| # 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("zbi") { | |
| sources = [ "zbi.cc" ] | |
| deps = [ | |
| "$zx/system/ulib/fbl", | |
| "$zx/third_party/ulib/cksum", | |
| "$zx/third_party/ulib/lz4", | |
| "$zx/third_party/ulib/zstd", | |
| ] | |
| defines = [ "ZSTD_STATIC_LINKING_ONLY" ] | |
| } |