summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt_libart.mk
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-03-05 14:45:18 -0800
committerMathieu Chartier <mathieuc@google.com>2014-03-19 16:52:43 -0700
commit3408ca0e0d4ea5f2bef8bfc70cb54872f329e9cd (patch)
tree399d0ea4fce4c93a10209e82cda004bc26d61249 /core/dex_preopt_libart.mk
parentcb902fff82487a63e36e94105db79d4312ea4736 (diff)
downloadbuild-3408ca0e0d4ea5f2bef8bfc70cb54872f329e9cd.zip
build-3408ca0e0d4ea5f2bef8bfc70cb54872f329e9cd.tar.gz
build-3408ca0e0d4ea5f2bef8bfc70cb54872f329e9cd.tar.bz2
Change LIBART_IMG_TARGET_BASE_ADDRESS to 0x70000000
Required for getting ART with valgrind on device working since valgrind maps things in the 0x60000000 address range. Bug: 13323732 Change-Id: I05efdbf3fe5acd1418e1d4ced5844154fb4c5d37
Diffstat (limited to 'core/dex_preopt_libart.mk')
-rw-r--r--core/dex_preopt_libart.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt_libart.mk b/core/dex_preopt_libart.mk
index 70ffee9..413fcfc 100644
--- a/core/dex_preopt_libart.mk
+++ b/core/dex_preopt_libart.mk
@@ -48,7 +48,7 @@ LIBART_IMG_HOST_BASE_ADDRESS := 0x60000000
ifeq ($(TARGET_ARCH),mips)
LIBART_IMG_TARGET_BASE_ADDRESS := 0x30000000
else
-LIBART_IMG_TARGET_BASE_ADDRESS := 0x60000000
+LIBART_IMG_TARGET_BASE_ADDRESS := 0x70000000
endif
########################################################################