blob: 229fb7cac9e0309a7eda75a78b1234acb062d239 [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",
]
}
group("tests") {
testonly = true
deps = [
"bt-gap:tests",
"bt-host:tests",
]
}