mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: Patch libs for missing GraphicBufferMapper symbols
Change-Id: I1e79f01710433ceafb2a4b296a591cf910ee649f Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
f3432295ab
commit
37f0c87ab5
|
@ -478,6 +478,9 @@ PRODUCT_PACKAGES += \
|
||||||
libunwindstack.vendor \
|
libunwindstack.vendor \
|
||||||
libutilscallstack.vendor
|
libutilscallstack.vendor
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libui_shim.vendor
|
||||||
|
|
||||||
# Wi-Fi
|
# Wi-Fi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libwifi-hal-wrapper \
|
libwifi-hal-wrapper \
|
||||||
|
|
|
@ -123,6 +123,9 @@ function blob_fixup {
|
||||||
vendor/lib64/mt6789/libcam.utils.sensorprovider.so)
|
vendor/lib64/mt6789/libcam.utils.sensorprovider.so)
|
||||||
"${PATCHELF}" --add-needed "libshim_sensors.so" "${2}"
|
"${PATCHELF}" --add-needed "libshim_sensors.so" "${2}"
|
||||||
;;
|
;;
|
||||||
|
lib64/libsource.so)
|
||||||
|
grep -q libui_shim.so "$2" || "$PATCHELF" --add-needed libui_shim.so "$2"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue