Revert "Enable elf checks"

This reverts commit d25ff7a1b5a691b167393070c23df0bc4f745fbf.
This commit is contained in:
Joey Huab
2024-09-08 23:06:33 +09:00
parent 45ac24f402
commit 97f22a1890

View File

@@ -16,7 +16,6 @@ MY_DIR="${BASH_SOURCE%/*}"
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