android_device_samsung_a20/a10/sensor/Android.bp
roynatech2544 1283dec6bc
a10: Change sensor HAL name suffix
- In fact only 32bit compiled, not that it is a10 specific
2023-11-29 19:46:23 +09:00

18 lines
419 B
Text

cc_binary {
name: "android.hardware.sensors@1.0-service_32",
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.sensors@1.0-service_32.rc"],
srcs: ["service.cpp"],
compile_multilib: "32",
shared_libs: [
"liblog",
"libcutils",
"libdl",
"libbase",
"libutils",
"libhidlbase",
"android.hardware.sensors@1.0",
],
}