blob: 495c9c0d8dbeaed5fe45b2e43a0f09ce36b07157 [file]
# 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",
"lp50xx-light:tests",
]
}