commit | 69cadfccd6f09bd03aac97a77f5c908c4ce0b6a9 | [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:52 2023 +0200 |
tree | 9b619e5adabe5649ba926fe161c5875f51c7c3aa | |
parent | d16636323f7c8d899e67e9138d8e938e9950f5ac [diff] |
beyond1lte: Replace libutils-v32 with a shim Change-Id: Ia4d8aca9de61cf17f9c34cf001f6eef723025e75
diff --git a/extract-files.sh b/extract-files.sh index 2fe0220..77ece17 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 }