summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/etc/host-run-test-jar2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar
index 2241f85699..ce85eb087d 100755
--- a/test/etc/host-run-test-jar
+++ b/test/etc/host-run-test-jar
@@ -76,7 +76,7 @@ while true; do
INTERPRETER="y"
shift
elif [ "x$1" = "x--64" ]; then
- ISA="x64"
+ ISA="x86_64"
exe="${ANDROID_HOST_OUT}/bin/dalvikvm64"
shift
elif [ "x$1" = "x--no-verify" ]; then