blob: d0ac1bebd356606daddd9bc107ab1d0e08ff8774 [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("light") {
deps = [
"aml-light",
"gpio-light",
]
}
group("tests") {
testonly = true
deps = [
"aml-light:tests",
"gpio-light:tests",
]
}