blob: 2c6e889bf61b70f55a81aaf697d1acbd19ae1778 [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.
library("fake-bti") {
sdk = "shared"
sdk_headers = [ "lib/fake-bti/bti.h" ]
testonly = true
shared = true
sources = [
"fake-bti.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}