mirror of
https://github.com/Evolution-X-Devices/device_samsung_d1
synced 2026-01-27 05:17:35 +00:00
d1: Use libutils from VNDK32 for HWC and sensors
* Abort message: 'incStrongRequireStrong() called on 0x7586a3a1c0 which isn't already owned' Change-Id: Icd5a845ecf5226d5b2c74c5d19ba699eb74acda0
This commit is contained in:
@@ -20,6 +20,9 @@ function blob_fixup() {
|
||||
xxd -p "${2}" | sed "s/8b022036/1f2003d5/g" | xxd -r -p > "${2}".patched
|
||||
mv "${2}".patched "${2}"
|
||||
;;
|
||||
vendor/lib*/libexynosdisplay.so|vendor/lib*/hw/hwcomposer.exynos9825.so|vendor/lib*/sensors.*.so)
|
||||
"${PATCHELF}" --replace-needed libutils.so libutils-v32.so "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user