mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: link older libutils for audio.primary.mt6789
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
48ae642a21
commit
afc7e6f426
|
@ -61,6 +61,11 @@ function blob_fixup {
|
||||||
vendor/bin/hw/android.hardware.lights-service.mediatek)
|
vendor/bin/hw/android.hardware.lights-service.mediatek)
|
||||||
"$PATCHELF" --replace-needed "android.hardware.light-V1-ndk_platform.so" "android.hardware.light-V1-ndk.so" "$2"
|
"$PATCHELF" --replace-needed "android.hardware.light-V1-ndk_platform.so" "android.hardware.light-V1-ndk.so" "$2"
|
||||||
;;
|
;;
|
||||||
|
vendor/lib/hw/audio.primary.mt6789.so)
|
||||||
|
;&
|
||||||
|
vendor/lib64/hw/audio.primary.mt6789.so)
|
||||||
|
"${PATCHELF}" --replace-needed "libutils.so" "libutils-v31.so" "${2}"
|
||||||
|
;;
|
||||||
vendor/bin/hw/mt6789/camerahalserver)
|
vendor/bin/hw/mt6789/camerahalserver)
|
||||||
"${PATCHELF}" --replace-needed "libutils.so" "libutils-v31.so" "${2}"
|
"${PATCHELF}" --replace-needed "libutils.so" "libutils-v31.so" "${2}"
|
||||||
"${PATCHELF}" --replace-needed "libbinder.so" "libbinder-v31.so" "${2}"
|
"${PATCHELF}" --replace-needed "libbinder.so" "libbinder-v31.so" "${2}"
|
||||||
|
|
Loading…
Reference in a new issue