forked from openkylin/platform_build
Merge "Add check-elf-files as a checkbuild prerequisite"
This commit is contained in:
commit
e34b4dea34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue