summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-05-06 18:38:19 +0100
committerNicolas Geoffray <ngeoffray@google.com>2015-05-06 18:38:19 +0100
commit6b45fd253cf42fc417a5cd5358316e823b16ec8c (patch)
tree2b546c875622da09633d04319f517f8eb602190f /tools
parent23d358b621dbe11d6da918ab310ed3f1a5fc0558 (diff)
downloadart-6b45fd253cf42fc417a5cd5358316e823b16ec8c.zip
art-6b45fd253cf42fc417a5cd5358316e823b16ec8c.tar.gz
art-6b45fd253cf42fc417a5cd5358316e823b16ec8c.tar.bz2
No need to relocate the core image for the art script.
Change-Id: Idd540175e197602e318eeb3764f552372aadce1f
Diffstat (limited to 'tools')
-rw-r--r--tools/art1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/art b/tools/art
index 85e6e2f..f167a73 100644
--- a/tools/art
+++ b/tools/art
@@ -95,6 +95,7 @@ ANDROID_DATA=$ANDROID_DATA \
PATH=$ANDROID_ROOT/bin:$PATH \
$invoke_with $ANDROID_ROOT/bin/$DALVIKVM $lib \
-XXlib:$LIBART \
+ -Xnorelocate \
-Ximage:$ANDROID_ROOT/framework/core.art \
-Xcompiler-option --include-debug-symbols \
"$@"