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