Merge "Add check-elf-files as a checkbuild prerequisite"

This commit is contained in:
Logan Chien 2019-09-17 18:08:31 +00:00 committed by Gerrit Code Review
commit e34b4dea34
1 changed files with 1 additions and 1 deletions

View File

@ -1494,7 +1494,7 @@ files: $(modules_to_install) \
# -------------------------------------------------------------------
.PHONY: checkbuild
checkbuild: $(modules_to_check) droid_targets
checkbuild: $(modules_to_check) droid_targets check-elf-files
ifeq (true,$(ANDROID_BUILD_EVERYTHING_BY_DEFAULT))
droid: checkbuild