From 6b45fd253cf42fc417a5cd5358316e823b16ec8c Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 6 May 2015 18:38:19 +0100 Subject: No need to relocate the core image for the art script. Change-Id: Idd540175e197602e318eeb3764f552372aadce1f --- tools/art | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/art') diff --git a/tools/art b/tools/art index 85e6e2fae..f167a732c 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 \ "$@" -- cgit v1.2.3