diff options
| author | TDYa127 <tdy@google.com> | 2012-04-08 00:09:51 -0700 |
|---|---|---|
| committer | Shih-wei Liao <sliao@google.com> | 2012-04-10 14:57:01 -0700 |
| commit | b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60 (patch) | |
| tree | 40c39c168b520afb6b62d3659c2a06c282e7f844 /test/022-interface | |
| parent | 05c87bea99bbabc36d0db569af735f9459ad8f1a (diff) | |
| download | art-b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60.tar.gz art-b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60.tar.bz2 art-b92bcabcbb28f69fe99e1c2f2e5559ab2c47aa60.zip | |
Fix run-test on host.
Change-Id: I44ebb4cdc2f5966be51a063e3c7256ab3016c404
Diffstat (limited to 'test/022-interface')
| -rw-r--r-- | test/022-interface/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/022-interface/build b/test/022-interface/build index 24b32bb95f..1841f0622d 100644 --- a/test/022-interface/build +++ b/test/022-interface/build @@ -21,4 +21,4 @@ set -e # issue when interfaces override methods in Object dx --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 |
