mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
* Added .clang-format symlink * Undefine non-existent nodes in header file Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
20 lines
486 B
Text
20 lines
486 B
Text
cc_binary {
|
|
name: "android.hardware.light@2.0-service.eureka",
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.light@2.0-service.eureka.rc"],
|
|
vintf_fragments: ["android.hardware.light@2.0-service.eureka.xml"],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"liblog",
|
|
"android.hardware.light@2.0",
|
|
],
|
|
srcs: [
|
|
"Light.cpp",
|
|
"service.cpp",
|
|
],
|
|
}
|
|
|