593b28605f
* as it is from hardware/interfaces Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
20 lines
488 B
Text
20 lines
488 B
Text
cc_library_shared {
|
|
name: "android.hardware.sensors@1.0-impl.realme_sdm710",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
srcs: ["Sensors.cpp"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libbase",
|
|
"libutils",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"android.hardware.sensors@1.0",
|
|
],
|
|
static_libs: [
|
|
"android.hardware.sensors@1.0-convert",
|
|
"multihal",
|
|
],
|
|
}
|