diff options
| author | 2016-03-16 11:39:33 -0700 | |
|---|---|---|
| committer | 2016-03-16 11:39:33 -0700 | |
| commit | 4dd47ab9fb2c4b0c964417f7c9013d749a16dfa4 (patch) | |
| tree | 5edd81a0b98214927b321e7b7757d356fe357972 | |
| parent | 5942e537161a059ef1969a81db101876555cd77d (diff) | |
Fix valgrind-test-art-host to run both 32-bit and 64-bit tests.
Bug: 27156726
Change-Id: Ie93405d6238f7cc5eba351cfb6c5b0f5d8348908
| -rw-r--r-- | Android.mk | 4 |
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 |