mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
a10: Fixup issues with sensor hal
Imported sensor hal source from android 12L, rebranded and make it compile as 32bit
This commit is contained in:
parent
671bd6f797
commit
cdc2de72fc
5 changed files with 62 additions and 0 deletions
19
a10/sensor/Android.bp
Normal file
19
a10/sensor/Android.bp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
cc_binary {
|
||||
name: "android.hardware.sensors@1.0-service.a10",
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
init_rc: ["android.hardware.sensors@1.0-service.a10.rc"],
|
||||
srcs: ["service.cpp"],
|
||||
compile_multilib: "32",
|
||||
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libdl",
|
||||
"libbase",
|
||||
"libutils",
|
||||
"libhidlbase",
|
||||
"android.hardware.sensors@1.0",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue