diff options
author | Brian Carlstrom <bdc@google.com> | 2014-10-09 10:17:07 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-10-09 10:17:07 -0700 |
commit | 46a6fc571b795fbb1296b7e0fa3b8d1d65a7fdc2 (patch) | |
tree | 7ee8a6a716f87020b038b2900e920f5ddb0a4560 /Android.mk | |
parent | a3c4d72210de174552f47b2d117b1946f274af1e (diff) | |
download | art-46a6fc571b795fbb1296b7e0fa3b8d1d65a7fdc2.zip art-46a6fc571b795fbb1296b7e0fa3b8d1d65a7fdc2.tar.gz art-46a6fc571b795fbb1296b7e0fa3b8d1d65a7fdc2.tar.bz2 |
Restore valgrind-test-art-host
Change-Id: I2586e16664dabfc543bc9d0dab471ec8d3810f34
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |