blob: c03210af07e5407b6499be42fc6ef9c9c0ad223b [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.
##########################################
# Though under //zircon, this build file #
# is meant to be used in the Fuchsia GN #
# build. #
# See fxb/36548. #
##########################################
assert(!defined(zx) || zx != "/",
"This file can only be used in the Fuchsia GN build.")
import("//build/unification/zx_library.gni")
zx_library("libabr") {
output_prefix_override = true
sdk = "static"
sdk_headers = [
"libabr/abr_data.h",
"libabr/abr_ops.h",
"libabr/abr_sysdeps.h",
"libabr/abr_util.h",
"libabr/libabr.h",
]
sources = [
"abr_flow.c",
"abr_util.c",
]
}