mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 14:16:26 -08:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
|
cc_library_shared {
|
||
|
name: "libshim_sensors",
|
||
|
whole_static_libs: [
|
||
|
"android.hardware.sensors@1.0-convert"
|
||
|
],
|
||
|
shared_libs: [
|
||
|
"libhardware",
|
||
|
"libhidlbase",
|
||
|
"android.hardware.sensors@1.0"
|
||
|
],
|
||
|
vendor: true
|
||
|
}
|