commit | 60ffbcac792f3a2de687e85ab4aaccffe5264b21 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Aug 21 10:00:27 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Aug 21 22:17:52 2014 +0000 |
tree | d10755d5f57ca18ba70bce1c8d3d0ef003804729 | |
parent | dffe276a4e85c516e65119dc62433d35e950ff0f [diff] |
Fix host 64-bit ISA string Bug: 17185619, 15358152 Change-Id: I5b80e36890abf659634c38ec7dd6fa336bf8a75a
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar index 2241f85..ce85eb0 100755 --- a/test/etc/host-run-test-jar +++ b/test/etc/host-run-test-jar
@@ -76,7 +76,7 @@ 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