android_device_samsung_a20/a10/sensor/Android.bp
roynatech2544 092cf54ced universal7885: Remove eureka_defaults treewide
clang-tidy checks doesn't make it best code
2022-10-23 14:21:45 +09:00

18 lines
421 B
Text

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",
],
}