a71-common: Replace prebuilt libsensorndkbridge with a shim

Change-Id: Id94ed43336e84934f42f56c58e506b50af3c59fd
This commit is contained in:
Andreas Schneider
2024-10-01 02:44:45 +02:00
committed by Haky86
parent 109d28d130
commit 141893dc0b
6 changed files with 2 additions and 24 deletions

View File

@@ -3730,32 +3730,11 @@ cc_prebuilt_library_shared {
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libsensorlistener.so"],
shared_libs: ["libcutils", "libutils", "libsensorndkbridge", "liblog", "libhardware", "libc++", "libc", "libm", "libdl", ],
shared_libs: ["libshim_sensorndkbridge", "libcutils", "libutils", "libsensorndkbridge", "liblog", "libhardware", "libc++", "libc", "libm", "libdl", ],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libsensorlistener.so"],
shared_libs: ["libcutils", "libutils", "libsensorndkbridge", "liblog", "libhardware", "libc++", "libc", "libm", "libdl", ],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libsensorndkbridge",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libsensorndkbridge.so"],
shared_libs: ["libbase", "libhidlbase", "libutils", "android.frameworks.sensorservice@1.0", "android.hardware.sensors@1.0", "libc++", "libc", "libm", "libdl", ],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libsensorndkbridge.so"],
shared_libs: ["libbase", "libhidlbase", "libutils", "android.frameworks.sensorservice@1.0", "android.hardware.sensors@1.0", "libc++", "libc", "libm", "libdl", ],
shared_libs: ["libshim_sensorndkbridge", "libcutils", "libutils", "libsensorndkbridge", "liblog", "libhardware", "libc++", "libc", "libm", "libdl", ],
},
},
compile_multilib: "both",

View File

@@ -251,7 +251,6 @@ PRODUCT_PACKAGES += \
libsecureui_svcsock \
libsemnativecarrierfeature \
libsensorlistener \
libsensorndkbridge \
libsensorslog \
libsns_device_mode_stub \
libsns_fastRPC_util \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.