Revert "Make Art dexdump/list the real utilities."

This reverts commit d10ee1ce1ccd92c003ec49c15edf339e74c13894.


REASON:
win_sdk is not happy with my migration :-(

Change-Id: I2ed196da3f5883112883525f883d25b36e48352a
diff --git a/Android.mk b/Android.mk
index b04c632..ff39d53 100644
--- a/Android.mk
+++ b/Android.mk
@@ -240,7 +240,7 @@
 
 # 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.