summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hiroshi Yamauchi <yamauchi@google.com> 2016-03-16 22:55:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-03-16 22:55:50 +0000
commit08aa5f3086a1c0f6f4839a73535ecf3a55cfae8c (patch)
treead3a9dc15f26428060e809181c8dcb3071abe85e
parent9ee48fbf7395488ea34d7d268edb31d7abe4ebe9 (diff)
parent4dd47ab9fb2c4b0c964417f7c9013d749a16dfa4 (diff)
Merge "Fix valgrind-test-art-host to run both 32-bit and 64-bit tests."
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index e89f6178e7..a518d2f56f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -270,9 +270,9 @@ endif
test-art-host-dexdump: $(addprefix $(HOST_OUT_EXECUTABLES)/, dexdump2 dexlist)
ANDROID_HOST_OUT=$(realpath $(HOST_OUT)) art/test/dexdump/run-all-tests
-# Valgrind. Currently only 32b gtests. TODO: change this from 32-bit only to both 32-bit and 64-bit.
+# Valgrind.
.PHONY: valgrind-test-art-host
-valgrind-test-art-host: valgrind-test-art-host-gtest32
+valgrind-test-art-host: valgrind-test-art-host-gtest
$(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
.PHONY: valgrind-test-art-host32