mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
19 lines
456 B
Text
19 lines
456 B
Text
cc_binary {
|
|
name: "android.hardware.sensors@1.0-service.a10",
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
defaults: ["eureka_defaults"],
|
|
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",
|
|
],
|
|
}
|