commit | 001cd24b61d2d0aa7a9580d9d08b13c688701504 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Thu Apr 06 20:14:03 2023 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Thu Apr 06 20:14:03 2023 +0200 |
tree | 6e9ba3dfe9b341679cf712d590d46e69b707722d | |
parent | 77f3064872315dd76154c9dbfc6f6798347f07e1 [diff] |
beyond0lte: Replace libutils-v32 with a shim Change-Id: Ia4d8aca9de61cf17f9c34cf001f6eef723025e75
diff --git a/extract-files.sh b/extract-files.sh index f292f93..b8a0ae9 100755 --- a/extract-files.sh +++ b/extract-files.sh
@@ -22,6 +22,7 @@ ;; vendor/lib*/sensors.*.so) "${PATCHELF}" --replace-needed libutils.so libutils-v32.so "${2}" + sed -i 's/_ZN7android6Thread3runEPKcim/_ZN7utils326Thread3runEPKcim/g' "${2}" ;; esac }