27 lines
694 B
Plaintext
27 lines
694 B
Plaintext
cc_prebuilt_library_shared {
|
|
name: "android.hardware.sensors@3.1-impl",
|
|
vendor:true,
|
|
relative_install_path: "hw",
|
|
strip: {
|
|
none: true,
|
|
},
|
|
arch: {
|
|
arm: {
|
|
srcs: ["lib/android.hardware.sensors@3.1-impl.so"],
|
|
},
|
|
arm64: {
|
|
srcs: ["lib64/android.hardware.sensors@3.1-impl.so"],
|
|
},
|
|
},
|
|
shared_libs: [
|
|
"android.hardware.sensors@2.0",
|
|
"android.hardware.sensors@2.1",
|
|
"android.hardware.sensors@2.0-ScopedWakelock",
|
|
"libbase",
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
"libcutils",
|
|
],
|
|
compile_multilib : "both",
|
|
} |