diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-05-06 18:38:19 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-05-06 18:38:19 +0100 |
commit | 6b45fd253cf42fc417a5cd5358316e823b16ec8c (patch) | |
tree | 2b546c875622da09633d04319f517f8eb602190f /tools | |
parent | 23d358b621dbe11d6da918ab310ed3f1a5fc0558 (diff) | |
download | art-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/art | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ "$@" |