0c303a370c
Change-Id: I1adc8afc557a0d8a7379ec24589ea68b2391d147
23 lines
543 B
Text
23 lines
543 B
Text
//
|
|
// SPDX-FileCopyrightText: 2023 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "android.hardware.lights-service.bengal",
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.lights.bengal.rc"],
|
|
vintf_fragments: ["android.hardware.lights.bengal.xml"],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libbase",
|
|
"liblog",
|
|
"libhardware",
|
|
"libbinder_ndk",
|
|
"android.hardware.light-V1-ndk",
|
|
],
|
|
srcs: [
|
|
"Lights.cpp",
|
|
"main.cpp",
|
|
],
|
|
}
|