blob: abd3343a5557658c8788919a9630de9378da50ad [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",
"bt-init:tests",
]
}