r8q: Import device-specific sensor modules
Change-Id: I81860fd12b55950f5ddc53ced0af59f941bc9baf
This commit is contained in:
+106
@@ -3369,6 +3369,112 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "sensors.flicker",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/sensors.flicker.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libutils",
|
||||||
|
"libfmq",
|
||||||
|
"libhidlbase",
|
||||||
|
"libhardware",
|
||||||
|
"android.hardware.sensors@2.0",
|
||||||
|
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "sensors.grip",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/sensors.grip.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libutils",
|
||||||
|
"libfmq",
|
||||||
|
"libhidlbase",
|
||||||
|
"libhardware",
|
||||||
|
"android.hardware.sensors@2.0",
|
||||||
|
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "sensors.ssc",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/sensors.ssc.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libprotobuf-cpp-lite-3.9.1-vendorcompat",
|
||||||
|
"liblog",
|
||||||
|
"libsnsapi",
|
||||||
|
"libssc",
|
||||||
|
"libsnsdiaglog",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libsns_fastRPC_util",
|
||||||
|
"libsensorslog",
|
||||||
|
"libhardware",
|
||||||
|
"libhidltransport",
|
||||||
|
"libhidlbase",
|
||||||
|
"android.hardware.sensors@2.0",
|
||||||
|
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||||
|
"android.hardware.graphics.mapper@3.0",
|
||||||
|
"android.hardware.graphics.mapper@2.0",
|
||||||
|
"vendor.qti.hardware.display.mapper@3.0",
|
||||||
|
"vendor.qti.hardware.display.mapper@1.1",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.qti.gnss@1.0",
|
name: "vendor.qti.gnss@1.0",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -201,6 +201,9 @@ PRODUCT_PACKAGES += \
|
|||||||
libvdis_interface \
|
libvdis_interface \
|
||||||
nfc_nci_nxpsn \
|
nfc_nci_nxpsn \
|
||||||
nfc_nci_sec \
|
nfc_nci_sec \
|
||||||
|
sensors.flicker \
|
||||||
|
sensors.grip \
|
||||||
|
sensors.ssc \
|
||||||
vendor.qti.gnss@1.0 \
|
vendor.qti.gnss@1.0 \
|
||||||
vendor.qti.gnss@1.1 \
|
vendor.qti.gnss@1.1 \
|
||||||
vendor.qti.gnss@1.2 \
|
vendor.qti.gnss@1.2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user