Enable prebuilt ELF check for all targets
This commit enables prebuilt ELF checks on ALL targets. If this commit breaks your target, you may triage the breakage by adding the following setting to your `BoardConfig.mk`: BUILD_BROKEN_PREBUILT_ELF_FILES := true And then fix the problem with the instructions: https://source.android.com/devices/architecture/vndk/abi-use-check Bug: 141176116 Bug: 145925470 Test: for t in ${ALL_TARGETS}; do lunch $t; make check-elf-files; done Change-Id: I62e0269074afe1d685cb63d5f8953a2acf03f03e
Loading
Please register or sign in to comment