check build tests modules in eng and userdebug builds

To catch more build breakage, check build tests modules in eng and
userdebug builds.

Change-Id: Ic3b34dcd199e50e555c33eb686a501acef59a8c2
This commit is contained in:
Ying Wang 2014-05-21 11:00:57 -07:00
parent f218d88243
commit c2c368fb76
2 changed files with 4 additions and 0 deletions

BIN
core/.main.mk.swp Normal file

Binary file not shown.

View file

@ -992,6 +992,10 @@ target-java-tests : java-target-tests
target-native-tests : native-target-tests
tests : host-tests target-tests
# To catch more build breakage, check build tests modules in eng and userdebug builds.
ifneq ($(filter eng userdebug,$(TARGET_BUILD_VARIANT)),)
droidcore : target-tests host-tests
endif
.PHONY: lintall