LG8n: Patch libs for missing GraphicBufferMapper symbols

Change-Id: I1e79f01710433ceafb2a4b296a591cf910ee649f
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Bruno Martins 2024-07-26 00:24:12 +08:00 committed by Shirayuki39
parent f3432295ab
commit 37f0c87ab5
2 changed files with 6 additions and 0 deletions

View file

@ -478,6 +478,9 @@ PRODUCT_PACKAGES += \
libunwindstack.vendor \
libutilscallstack.vendor
PRODUCT_PACKAGES += \
libui_shim.vendor
# Wi-Fi
PRODUCT_PACKAGES += \
libwifi-hal-wrapper \

View file

@ -123,6 +123,9 @@ function blob_fixup {
vendor/lib64/mt6789/libcam.utils.sensorprovider.so)
"${PATCHELF}" --add-needed "libshim_sensors.so" "${2}"
;;
lib64/libsource.so)
grep -q libui_shim.so "$2" || "$PATCHELF" --add-needed libui_shim.so "$2"
;;
esac
}