projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dcd215
)
exynos9610: Use patchelf 0.18 everywhere
author
Nolen Johnson
<johnsonnolen@gmail.com>
Wed, 20 Nov 2024 22:11:46 +0000
(17:11 -0500)
committer
Nolen 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
patch
|
blob
|
blame
|
history
diff --git
a/extract-files.sh
b/extract-files.sh
index b145fec7afcb86afd52258a9543d8b67f0c3100c..42e9f03869d94ae9c06691ef04812b5682c85f58 100755
(executable)
--- 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}"