blob: 326a99e674da15656a7e4f958868f994e7dbf321 [file] [log] [blame]
# Copyright 2020 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("driver") {
deps = [ "//src/devices/bin/driver_host:driver" ]
}
group("driver_runtime") {
deps = [ "//src/devices/bin/driver_runtime" ]
}
group("tests") {
testonly = true
}