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