blob: f10d94ceed57c15b7075b57d70f8400b180d58ed [file] [log] [blame]
# Copyright 2018 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/rust/rustc_binary.gni")
rustc_binary("bt-fake-hci") {
name = "bt_fake_hci"
with_unit_tests = true
edition = "2018"
deps = [
"//src/connectivity/bluetooth/lib/fuchsia-bluetooth",
"//third_party/rust_crates:failure",
"//third_party/rust_crates:rand",
]
}