mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: import light HAL from hardware/samsung
* Added .clang-format symlink * Undefine non-existent nodes in header file Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c48a35ed9d
commit
84b8328a01
11 changed files with 437 additions and 10 deletions
20
universal7885-common/light/Android.bp
Normal file
20
universal7885-common/light/Android.bp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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",
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue