blob: c268fa18e94bee28d239e07d97def359d89a4951 [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.
import("//build/unification/images/migrated_manifest.gni")
group("light") {
deps = [
"aml-light",
"gpio-light",
"lp50xx-light",
]
}
group("tests") {
testonly = true
deps = [
"aml-light:tests",
"lp50xx-light:tests",
]
}