commit | 6411f240ab07b68b72536bdfce96be30c36db78c | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Wed Aug 14 01:44:45 2024 -0500 |
committer | Michael Bestas <mkbestas@lineageos.org> | Thu Aug 29 13:08:44 2024 +0300 |
tree | f6c06ef586a9ff48233bb3c6471d58d346c1114c | |
parent | 7830bc182975a2045c9095732de5af3bb3f64775 [diff] [blame] |
FP5: Enable elf checks Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 8869ebf..b04e553 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh
@@ -16,6 +16,8 @@ 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}"