diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-05-07 08:15:41 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-05-07 08:15:42 +0000 |
commit | bc3b93eadd155342b6124d2d5ef3806ecec5dfd6 (patch) | |
tree | 388249db8502374a0c58faa8fac52dc54ed8aea1 | |
parent | a6591ef95afa6bc9d89c0c6044635ec7a13d4c55 (diff) | |
parent | 6b45fd253cf42fc417a5cd5358316e823b16ec8c (diff) | |
download | art-bc3b93eadd155342b6124d2d5ef3806ecec5dfd6.tar.gz art-bc3b93eadd155342b6124d2d5ef3806ecec5dfd6.tar.bz2 art-bc3b93eadd155342b6124d2d5ef3806ecec5dfd6.zip |
Merge "No need to relocate the core image for the art script."
-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 \ "$@" |