blob: 08a60d2e878c43b73f8d78775ae13a4a1610c2b8 [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.
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" ]
}