From db6534a658ca228d126a1d4a14c5d56d7d293d52 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Wed, 20 Nov 2024 17:11:46 -0500 Subject: [PATCH] exynos9610: Use patchelf 0.18 everywhere * 0.9 is broken when we set SONAME on these libs. Change-Id: I3be70116b241e935d8372452adc7c6d3c635c0e8 --- extract-files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extract-files.sh b/extract-files.sh index b145fec..42e9f03 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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}" -- 2.20.1