summaryrefslogtreecommitdiffstats
path: root/test/003-omnibus-opcodes
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2011-09-29 00:53:55 -0700
committerBrian Carlstrom <bdc@google.com>2011-10-03 10:28:05 -0700
commite24fa61603a60ade3797e4a0c8b3fccb346cb048 (patch)
tree9ec5ed942eb9ece6d4d261ffd21956c94f9968fe /test/003-omnibus-opcodes
parent06cbeb990e94f9c4576601e27145fe132e34a686 (diff)
downloadart-e24fa61603a60ade3797e4a0c8b3fccb346cb048.zip
art-e24fa61603a60ade3797e4a0c8b3fccb346cb048.tar.gz
art-e24fa61603a60ade3797e4a0c8b3fccb346cb048.tar.bz2
Separate oat from image
Change-Id: If2abdb99826ead14e3465d90ba2acffd89709389
Diffstat (limited to 'test/003-omnibus-opcodes')
-rw-r--r--test/003-omnibus-opcodes/build6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/003-omnibus-opcodes/build b/test/003-omnibus-opcodes/build
index 5a8a1a0..bbd392f 100644
--- a/test/003-omnibus-opcodes/build
+++ b/test/003-omnibus-opcodes/build
@@ -27,7 +27,9 @@ zip ${ANDROID_PRODUCT_OUT}/system/framework/test.jar classes.dex
dex2oatd -Xms16m -Xmx16m \
--boot-dex-file=${ANDROID_PRODUCT_OUT}/system/framework/core.jar \
- --boot=${ANDROID_PRODUCT_OUT}/system/framework/core.oat \
+ --boot-oat=${ANDROID_PRODUCT_OUT}/system/framework/core.oat \
+ --boot-image=${ANDROID_PRODUCT_OUT}/system/framework/core.art \
--dex-file=${ANDROID_PRODUCT_OUT}/system/framework/test.jar \
- --image=${ANDROID_PRODUCT_OUT}/system/framework/test.oat \
+ --oat=${ANDROID_PRODUCT_OUT}/system/framework/test.oat \
+ --image=${ANDROID_PRODUCT_OUT}/system/framework/test.art \
--strip-prefix=${ANDROID_PRODUCT_OUT}