sm7125-common: Replace prebuilt libsensorndkbridge with a shim
Change-Id: Id94ed43336e84934f42f56c58e506b50af3c59fd
This commit is contained in:
committed by
Vayruz Rafli
parent
283e15d5b6
commit
97d59cf5e1
+2
-29
@@ -11467,6 +11467,7 @@ cc_prebuilt_library_shared {
|
|||||||
"proprietary/vendor/lib/libsensorlistener.so",
|
"proprietary/vendor/lib/libsensorlistener.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libshim_sensorndkbridge",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libsensorndkbridge",
|
"libsensorndkbridge",
|
||||||
@@ -11484,35 +11485,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: 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",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "32",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsndmonitor",
|
name: "libsndmonitor",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -11990,6 +11962,7 @@ cc_prebuilt_library_shared {
|
|||||||
"proprietary/vendor/lib/unihal_main@2.15.so",
|
"proprietary/vendor/lib/unihal_main@2.15.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libshim_sensorndkbridge",
|
||||||
"libui_shim",
|
"libui_shim",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -431,7 +431,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libsecaudiocoreutils \
|
libsecaudiocoreutils \
|
||||||
libsecaudioinfo \
|
libsecaudioinfo \
|
||||||
libsensorlistener \
|
libsensorlistener \
|
||||||
libsensorndkbridge \
|
|
||||||
libsndmonitor \
|
libsndmonitor \
|
||||||
libspatializerparamstorage \
|
libspatializerparamstorage \
|
||||||
libspkrprot \
|
libspkrprot \
|
||||||
|
|||||||
Reference in New Issue
Block a user