OSDN Git Service

Restore valgrind-test-art-host
authorBrian Carlstrom <bdc@google.com>
Thu, 9 Oct 2014 17:17:07 +0000 (10:17 -0700)
committerBrian Carlstrom <bdc@google.com>
Thu, 9 Oct 2014 17:17:07 +0000 (10:17 -0700)
Change-Id: I2586e16664dabfc543bc9d0dab471ec8d3810f34

Android.mk

index 9a813fd..282b179 100644 (file)
@@ -30,9 +30,9 @@ ifneq (,$(filter clean-oat%,$(MAKECMDGOALS)))
   art_dont_bother := true
 endif
 
-# Don't bother with tests unless there is a test-art* or build-art* target.
+# 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% build-art%,$(MAKECMDGOALS)))
+ifneq (,$(filter %tests test-art% valgrind-test-art% build-art%,$(MAKECMDGOALS)))
   art_test_bother := true
 endif