blob: 739e78fedce5f9177e71f40a17af0c1b3311c537 [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",
"$zx/system/ulib/zxcpp",
]
}