mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
a10: Change sensor HAL name suffix
- In fact only 32bit compiled, not that it is a10 specific
This commit is contained in:
parent
15152b0431
commit
1283dec6bc
5 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
cc_binary {
|
||||
name: "android.hardware.sensors@1.0-service.a10",
|
||||
name: "android.hardware.sensors@1.0-service_32",
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
init_rc: ["android.hardware.sensors@1.0-service.a10.rc"],
|
||||
init_rc: ["android.hardware.sensors@1.0-service_32.rc"],
|
||||
srcs: ["service.cpp"],
|
||||
compile_multilib: "32",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue