summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-02-04 23:06:55 -0800
committerBrian Carlstrom <bdc@google.com>2012-02-04 23:24:56 -0800
commit223f20fa939c386c695977263780dea2195093db (patch)
tree642d1abe5dfbf2239bf239e8e91bebd333384378 /tools
parenta56fcd60596ae8694da21fccde5c56832e437c56 (diff)
downloadandroid_art-223f20fa939c386c695977263780dea2195093db.tar.gz
android_art-223f20fa939c386c695977263780dea2195093db.tar.bz2
android_art-223f20fa939c386c695977263780dea2195093db.zip
Remove old code to support multiple images
Change-Id: I29bc2f216361ac4ed0cc0fefb7e3c46ee64e0ae8
Diffstat (limited to 'tools')
-rwxr-xr-xtools/art16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/art b/tools/art
index 2bafb0f546..0d993ca250 100755
--- a/tools/art
+++ b/tools/art
@@ -35,13 +35,13 @@ done
mkdir -p /tmp/android-data/art-cache
ANDROID_DATA=/tmp/android-data \
-ANDROID_ROOT=$ANDROID_BUILD_TOP/out/host/linux-x86 \
-LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/out/host/linux-x86/lib \
-$invoke_with $ANDROID_BUILD_TOP/out/host/linux-x86/bin/$oatexec \
+ANDROID_ROOT=$ANDROID_HOST_OUT \
+LD_LIBRARY_PATH=$ANDROID_HOST_OUT/lib \
+$invoke_with $ANDROID_HOST_OUT/bin/$oatexec \
-Xbootclasspath\
-:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
-:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-junit-hostdex.jar\
-:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-tests-hostdex.jar\
-:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\
-:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \
+:$ANDROID_HOST_OUT/framework/core-hostdex.jar\
+:$ANDROID_HOST_OUT/framework/core-junit-hostdex.jar\
+:$ANDROID_HOST_OUT/framework/core-tests-hostdex.jar\
+:$ANDROID_HOST_OUT/framework/bouncycastle-hostdex.jar\
+:$ANDROID_HOST_OUT/framework/apache-xml-hostdex.jar \
$*