blob: 7fa1666b1fc51b3841317e88aa1b336bf548cfe2 [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.
group("core") {
deps = [
"bt-gap",
"bt-host",
"bt-init",
"//src/connectivity/bluetooth/profiles/bt-rfcomm",
]
}
group("tests") {
testonly = true
deps = [
"bt-gap:tests",
"bt-host:tests",
"bt-init:tests",
]
}