summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAart Bik <ajcbik@google.com>2015-07-08 21:20:13 +0000
committerAart Bik <ajcbik@google.com>2015-07-08 21:20:13 +0000
commit22c26f5b454b56a20215cb8bbc5e8afcaccafdb0 (patch)
tree25e224c087f006e75983a6f7fdcf55ee53797861 /Android.mk
parentd10ee1ce1ccd92c003ec49c15edf339e74c13894 (diff)
downloadandroid_art-22c26f5b454b56a20215cb8bbc5e8afcaccafdb0.tar.gz
android_art-22c26f5b454b56a20215cb8bbc5e8afcaccafdb0.tar.bz2
android_art-22c26f5b454b56a20215cb8bbc5e8afcaccafdb0.zip
Revert "Make Art dexdump/list the real utilities."
This reverts commit d10ee1ce1ccd92c003ec49c15edf339e74c13894. REASON: win_sdk is not happy with my migration :-( Change-Id: I2ed196da3f5883112883525f883d25b36e48352a
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b04c6327d7..ff39d5328e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -240,7 +240,7 @@ endif
# Dexdump/list regression test.
.PHONY: test-art-host-dexdump
-test-art-host-dexdump: dexdump dexlist
+test-art-host-dexdump: dexdump2 dexlist2
art/test/dexdump/run-all-tests
# Valgrind. Currently only 32b gtests.