blob: a044bccf5176e6362c6ee9a99907330019ad4689 [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.
import("//build/zircon/migrated_targets.gni")
zx_host_tool("zbi") {
sources = [ "zbi.cc" ]
deps = [
"//third_party/rapidjson",
"//third_party/zstd",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zbitl",
"//zircon/third_party/ulib/cksum",
"//zircon/third_party/ulib/lz4",
]
defines = [ "ZSTD_STATIC_LINKING_ONLY" ]
sdk_migrated = true
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config/zircon:Wno-conversion" ]
}