blob: 754834872ca689c4471e4817f9a341471e979a80 [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.cpp",
]
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" ]
}