mirror of
https://github.com/Evolution-X-Devices/device_samsung_d1
synced 2026-01-27 08:05:40 +00:00
d1: Replace libutils-v32 with a shim
Change-Id: Ia4d8aca9de61cf17f9c34cf001f6eef723025e75
This commit is contained in:
@@ -22,6 +22,7 @@ function blob_fixup() {
|
|||||||
;;
|
;;
|
||||||
vendor/lib*/sensors.*.so)
|
vendor/lib*/sensors.*.so)
|
||||||
"${PATCHELF}" --replace-needed libutils.so libutils-v32.so "${2}"
|
"${PATCHELF}" --replace-needed libutils.so libutils-v32.so "${2}"
|
||||||
|
sed -i 's/_ZN7android6Thread3runEPKcim/_ZN7utils326Thread3runEPKcim/g' "${2}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user