Parcourir la source

sm8450-common: Enable elf checks

Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
Aaron Kling il y a 10 mois
Parent
commit
33425729ca
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      extract-files.sh
  2. 1 0
      setup-makefiles.sh

+ 1 - 0
extract-files.sh

@@ -13,6 +13,7 @@ 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

+ 1 - 0
setup-makefiles.sh

@@ -13,6 +13,7 @@ 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