summaryrefslogtreecommitdiffstats
path: root/test/003-omnibus-opcodes
diff options
context:
space:
mode:
authorTDYa127 <tdy@google.com>2012-04-08 00:09:51 -0700
committerShih-wei Liao <sliao@google.com>2012-04-10 14:57:01 -0700
commitb92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60 (patch)
tree40c39c168b520afb6b62d3659c2a06c282e7f844 /test/003-omnibus-opcodes
parent05c87bea99bbabc36d0db569af735f9459ad8f1a (diff)
downloadart-b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60.zip
art-b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60.tar.gz
art-b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60.tar.bz2
Fix run-test on host.
Change-Id: I44ebb4cdc2f5966be51a063e3c7256ab3016c404
Diffstat (limited to 'test/003-omnibus-opcodes')
-rw-r--r--test/003-omnibus-opcodes/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/003-omnibus-opcodes/build b/test/003-omnibus-opcodes/build
index 0671a32..bb9c4f8 100644
--- a/test/003-omnibus-opcodes/build
+++ b/test/003-omnibus-opcodes/build
@@ -24,4 +24,4 @@ ${JAVAC} -d classes `find src2 -name '*.java'`
dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
zip $TEST_NAME.jar classes.dex
-dex2oatd --boot-image=${ANDROID_PRODUCT_OUT}/data/art-test/core.art --dex-file=$TEST_NAME.jar --dex-location=/data/run-test/$TEST_NAME.jar --oat-file=$TEST_NAME.jar.oat
+dex2oatd --boot-image=$IMAGE --dex-file=$TEST_NAME.jar --dex-location=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$TEST_NAME.jar.oat $DEX2OAT_ARGS