mirror of
https://github.com/Evolution-X-Devices/device_samsung_d1
synced 2026-01-27 18:27:51 +00:00
d1: Remove libhidltransport dependency
Change-Id: I0113f528379483e72609c015cc44dbde08b151fa
This commit is contained in:
committed by
0xsharkboy
parent
9ca0229d1d
commit
ba40986367
@@ -16,6 +16,7 @@ function blob_fixup() {
|
||||
mv "${2}".patched "${2}"
|
||||
;;
|
||||
vendor/lib*/sensors.*.so)
|
||||
"${PATCHELF}" --remove-needed libhidltransport.so "${2}"
|
||||
"${PATCHELF}" --replace-needed libutils.so libutils-v32.so "${2}"
|
||||
sed -i 's/_ZN7android6Thread3runEPKcim/_ZN7utils326Thread3runEPKcim/g' "${2}"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user