OSDN Git Service

check build tests modules in eng and userdebug builds
authorYing Wang <wangying@google.com>
Wed, 21 May 2014 18:00:57 +0000 (11:00 -0700)
committerYing Wang <wangying@google.com>
Wed, 21 May 2014 18:00:57 +0000 (11:00 -0700)
To catch more build breakage, check build tests modules in eng and
userdebug builds.

Change-Id: Ic3b34dcd199e50e555c33eb686a501acef59a8c2

core/.main.mk.swp [new file with mode: 0644]
core/main.mk

diff --git a/core/.main.mk.swp b/core/.main.mk.swp
new file mode 100644 (file)
index 0000000..a044e50
Binary files /dev/null and b/core/.main.mk.swp differ
index 048d2c3..3b5a023 100644 (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