mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: Patchelf mnld to load libshim_sensors
Change-Id: I3f63ca6635976e5102a743c36b4156b7123deaa3 Signed-off-by: fjrXTR <fajarslebew31@gmail.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
400b385c19
commit
e84bfecbd4
|
@ -117,6 +117,7 @@ function blob_fixup {
|
||||||
"$PATCHELF" --replace-needed "android.hardware.security.sharedsecret-V1-ndk_platform.so" "android.hardware.security.sharedsecret-V1-ndk.so" "$2"
|
"$PATCHELF" --replace-needed "android.hardware.security.sharedsecret-V1-ndk_platform.so" "android.hardware.security.sharedsecret-V1-ndk.so" "$2"
|
||||||
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
||||||
;;
|
;;
|
||||||
|
vendor/bin/mnld|\
|
||||||
vendor/lib64/hw/android.hardware.sensors@2.X-subhal-mediatek.so|\
|
vendor/lib64/hw/android.hardware.sensors@2.X-subhal-mediatek.so|\
|
||||||
vendor/lib64/hw/mt6789/vendor.mediatek.hardware.pq@2.15-impl.so|\
|
vendor/lib64/hw/mt6789/vendor.mediatek.hardware.pq@2.15-impl.so|\
|
||||||
vendor/lib64/mt6789/libaalservice.so|\
|
vendor/lib64/mt6789/libaalservice.so|\
|
||||||
|
|
Loading…
Reference in a new issue