exynos9610: Use patchelf 0.18 everywhere
authorNolen Johnson <johnsonnolen@gmail.com>
Wed, 20 Nov 2024 22:11:46 +0000 (17:11 -0500)
committerNolen Johnson <johnsonnolen@gmail.com>
Wed, 20 Nov 2024 22:11:46 +0000 (17:11 -0500)
* 0.9 is broken when we set SONAME on these libs.

Change-Id: I3be70116b241e935d8372452adc7c6d3c635c0e8

extract-files.sh

index b145fec7afcb86afd52258a9543d8b67f0c3100c..42e9f03869d94ae9c06691ef04812b5682c85f58 100755 (executable)
@@ -16,6 +16,8 @@ ANDROID_ROOT="${MY_DIR}/../../.."
 
 export TARGET_ENABLE_CHECKELF=false
 
+export PATCHELF_VERSION=0_18
+
 HELPER="${ANDROID_ROOT}/tools/extract-utils/extract_utils.sh"
 if [ ! -f "${HELPER}" ]; then
     echo "Unable to find helper script at ${HELPER}"