summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-09-14 11:18:12 -0700
committerAndreas Gampe <agampe@google.com>2015-09-14 11:33:43 -0700
commita852a5b8a6cbe7aaf130acd104b6bd2f1812a7ce (patch)
tree6389dc0e7a16487c5c2a8a7e30c1e2d0a4dce055 /Android.mk
parent5da1ea29be0d5f4e8fc03c3c509f0474b53affd2 (diff)
downloadandroid_art-a852a5b8a6cbe7aaf130acd104b6bd2f1812a7ce.tar.gz
android_art-a852a5b8a6cbe7aaf130acd104b6bd2f1812a7ce.tar.bz2
android_art-a852a5b8a6cbe7aaf130acd104b6bd2f1812a7ce.zip
ART: Build tests in checkbuild
We should build the tests when a checkbuild is run. That is the standard configuration to test that everything compiles. Bug: 24059936 Change-Id: I5a72d9a1b7accdd3e0dcb14edaeccde7ec126d44
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8859d3a285..397b10cd8f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,7 +33,7 @@ endif
# Don't bother with tests unless there is a test-art*, build-art*, or related target.
art_test_bother := false
-ifneq (,$(filter %tests test-art% valgrind-test-art% build-art%,$(MAKECMDGOALS)))
+ifneq (,$(filter tests test-art% valgrind-test-art% build-art% checkbuild,$(MAKECMDGOALS)))
art_test_bother := true
endif