exynos9610-common: Sync extract scripts with 22 templates
authorMichael Bestas <mkbestas@lineageos.org>
Sun, 29 Sep 2024 08:24:29 +0000 (11:24 +0300)
committerNolen Johnson <johnsonnolen@gmail.com>
Wed, 23 Oct 2024 03:01:58 +0000 (23:01 -0400)
Change-Id: I7963ae050cfb193c5d0c2636da9c1e8f82bcdbdb

extract-files.sh
setup-makefiles.sh

index cd69e66ef28fd042f2e945bd6a4344cc033c0607..e28a257fcd7ef475abbeed01404e21c53f6a2953 100755 (executable)
@@ -14,6 +14,8 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
 
 ANDROID_ROOT="${MY_DIR}/../../.."
 
+export TARGET_ENABLE_CHECKELF=false
+
 HELPER="${ANDROID_ROOT}/tools/extract-utils/extract_utils.sh"
 if [ ! -f "${HELPER}" ]; then
     echo "Unable to find helper script at ${HELPER}"
index 59bc97a63c5729f9f7423bd825ff5bfb2526908a..8cc83661d0dba2682743a622096d8f5fe30dbd48 100755 (executable)
@@ -14,6 +14,8 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
 
 ANDROID_ROOT="${MY_DIR}/../../.."
 
+export TARGET_ENABLE_CHECKELF=false
+
 HELPER="${ANDROID_ROOT}/tools/extract-utils/extract_utils.sh"
 if [ ! -f "${HELPER}" ]; then
     echo "Unable to find helper script at ${HELPER}"