summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-09-10 23:43:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-10 23:43:32 +0000
commitb9620f305c79914f5159cf9279a7ccd173af1186 (patch)
treeedfb15d759f16808d575cb849302fc2fd22d6709 /Android.mk
parent575a5649715ee50e0de8a107e8a5379d4c465382 (diff)
parent928f72bd75c385ba2708c58521171a77264d4486 (diff)
downloadart-b9620f305c79914f5159cf9279a7ccd173af1186.zip
art-b9620f305c79914f5159cf9279a7ccd173af1186.tar.gz
art-b9620f305c79914f5159cf9279a7ccd173af1186.tar.bz2
Merge "ART: Fix things for valgrind"
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2fb812a..3cd6b5f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -232,6 +232,11 @@ test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-te
$(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
endif
+# Valgrind. Currently only 32b gtests.
+.PHONY: valgrind-test-art-host
+valgrind-test-art-host: valgrind-test-art-host-gtest32
+ $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
+
########################################################################
# target test rules