r8q: Import device-specific sensor modules

Change-Id: I81860fd12b55950f5ddc53ced0af59f941bc9baf
This commit is contained in:
Bruno Martins
2025-03-15 00:03:34 +00:00
parent 4eb545fe53
commit c4dd14d203
5 changed files with 109 additions and 0 deletions
+106
View File
@@ -3369,6 +3369,112 @@ cc_prebuilt_library_shared {
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 {
name: "vendor.qti.gnss@1.0",
owner: "samsung",
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -201,6 +201,9 @@ PRODUCT_PACKAGES += \
libvdis_interface \
nfc_nci_nxpsn \
nfc_nci_sec \
sensors.flicker \
sensors.grip \
sensors.ssc \
vendor.qti.gnss@1.0 \
vendor.qti.gnss@1.1 \
vendor.qti.gnss@1.2 \