blob: 811240353b2a26e44d87891c523328bdb7ea44ff [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
library("abi_type_validator") {
kernel = true
static = true
visibility = [
"$zx/kernel/*",
"$zx/system/utest/abi-type-validator/*",
]
sources = [ "abi_type_validator.cc" ]
public_deps = [
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-internal",
]
}