android_device_xiaomi_sdm66.../light/aidl/Android.bp
Vinay Verma 401a0afb8a sdm660-common: Add AIDL Light HAL Support
This change add support for Light HAL Implementation using AIDL

Change-Id: I444994ff1a1ca22134e7ef6db13043fd2c06e8a8
Signed-off-by: pix106 <sbordenave@gmail.com>
2021-12-31 07:51:33 +01:00

18 lines
440 B
Text

cc_binary {
name: "android.hardware.lights-service.qti",
relative_install_path: "hw",
init_rc: ["android.hardware.lights-qti.rc"],
vintf_fragments: ["android.hardware.lights-qti.xml"],
vendor: true,
shared_libs: [
"libbase",
"liblog",
"libhardware",
"libbinder_ndk",
"android.hardware.light-ndk_platform",
],
srcs: [
"Lights.cpp",
"main.cpp",
],
}