blob: 4dd1faec6433e6dee0f17f7140c7687bd42e6248 [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/system/ulib/fbl",
"$zx/system/ulib/zbitl",
"$zx/third_party/rapidjson",
"$zx/third_party/ulib/cksum",
"$zx/third_party/ulib/lz4",
"$zx/third_party/ulib/zstd",
]
defines = [ "ZSTD_STATIC_LINKING_ONLY" ]
}