From: Michael Bestas Date: Sun, 29 Sep 2024 08:24:29 +0000 (+0300) Subject: g12a: Sync extract scripts with 22 templates X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d297498590415a46e0d9e4aa7c73feda122bf58;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12a: Sync extract scripts with 22 templates Change-Id: I7963ae050cfb193c5d0c2636da9c1e8f82bcdbdb --- diff --git a/extract-files.sh b/extract-files.sh index 5612302..53282a9 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -14,12 +14,6 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi ANDROID_ROOT="${MY_DIR}/../../.." -export TARGET_ENABLE_CHECKELF=true - -# If XML files don't have comments before the XML header, use this flag -# Can still be used with broken XML files by using blob_fixup -export TARGET_DISABLE_XML_FIXING=true - HELPER="${ANDROID_ROOT}/tools/extract-utils/extract_utils.sh" if [ ! -f "${HELPER}" ]; then echo "Unable to find helper script at ${HELPER}" diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 2d2b55c..de80952 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -14,8 +14,6 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi ANDROID_ROOT="${MY_DIR}/../../.." -export TARGET_ENABLE_CHECKELF=true - HELPER="${ANDROID_ROOT}/tools/extract-utils/extract_utils.sh" if [ ! -f "${HELPER}" ]; then echo "Unable to find helper script at ${HELPER}"