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