diff options
| author | 2012-04-08 00:09:51 -0700 | |
|---|---|---|
| committer | 2012-04-10 14:57:01 -0700 | |
| commit | b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60 (patch) | |
| tree | 40c39c168b520afb6b62d3659c2a06c282e7f844 /test/056-const-string-jumbo | |
| parent | 05c87bea99bbabc36d0db569af735f9459ad8f1a (diff) | |
Fix run-test on host.
Change-Id: I44ebb4cdc2f5966be51a063e3c7256ab3016c404
Diffstat (limited to 'test/056-const-string-jumbo')
| -rw-r--r-- | test/056-const-string-jumbo/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/056-const-string-jumbo/build b/test/056-const-string-jumbo/build index d0528312c8..b3d9aad243 100644 --- a/test/056-const-string-jumbo/build +++ b/test/056-const-string-jumbo/build @@ -44,4 +44,4 @@ ${JAVAC} -d classes src/*.java dx -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --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 |