Fix run-test for arm.
Unblocking people now. A more comprehensive fix is coming from others.
Change-Id: I4a0d5a34d54d8c046f23d6824735ffc2307c08ad
diff --git a/test/run-test b/test/run-test
index 75cf789..3163424 100755
--- a/test/run-test
+++ b/test/run-test
@@ -39,7 +39,7 @@
export RUN="${progdir}/etc/push-and-run-test-jar"
export IMAGE=${ANDROID_PRODUCT_OUT}/data/art-test/core.art
export DEX_LOCATION=/data/run-test
-export DEX2OAT_ARGS=""
+export DEX2OAT_ARGS="--instruction-set=arm"
info="info.txt"
build="build"