Add check-elf-files as a checkbuild prerequisite
This commit adds `check-elf-files` as a `checkbuild` prerequisite so that prebuilt ELF files can be checked in a `checkbuild` build bot when `PRODUCT_CHECK_ELF_FILES` is set to `true`. Bug: 140908693 Test: lunch aosp_walleye-userdebug && make checkbuild Change-Id: Ifea2f7057eecbf74028e986367f2322ff851f5e4
This commit is contained in:
parent
0b67e41f3f
commit
37e237aa71
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue