g12a: Enable elf checks
authorAaron Kling <webgeek1234@gmail.com>
Wed, 14 Aug 2024 06:44:45 +0000 (01:44 -0500)
committerNolen Johnson <johnsonnolen@gmail.com>
Thu, 10 Oct 2024 18:22:00 +0000 (18:22 +0000)
Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e

extract-files.sh
setup-makefiles.sh

index 463c49a52674bb7e23715aa412f53b0ce626ff50..e7183b02bb414e030a237896ff30d0a12d576cd8 100755 (executable)
@@ -14,6 +14,8 @@ 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
index f03b730a7b4f2a707e9e5622e9a6ff2a3315019e..67e39387a1e30c5eece8c576c689f48a2469c11a 100755 (executable)
@@ -14,6 +14,8 @@ 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}"