By default, don't use a bitness suffix for ART.
This will make it pick up the symlink. Only if the bitness is passed
through the command line will we add it to the path.
Test: dalvik/dx/tests/run-all-tests
Change-Id: I8a26f9f38fa589cad0b1b83041181f7637060861
diff --git a/tools/art b/tools/art
index 19fbb8c..a4fe480 100644
--- a/tools/art
+++ b/tools/art
@@ -302,7 +302,7 @@
######################################
ART_BINARY=dalvikvm
DEX2OAT_BINARY=dex2oat
-DEX2OAT_SUFFIX="32"
+DEX2OAT_SUFFIX=""
DELETE_ANDROID_DATA="no"
LAUNCH_WRAPPER=
LIBART=libart.so