summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt_libart.mk
diff options
context:
space:
mode:
authorNikola Veljkovic <Nikola.Veljkovic@imgtec.com>2014-12-23 13:50:18 +0100
committerNikola Veljkovic <Nikola.Veljkovic@imgtec.com>2014-12-23 13:50:18 +0100
commita57aaa3664b8791cebc209c96d1369dff61727ed (patch)
treea6d33eb3aeb432eb040848b70d0c4f4fa5ac3d4d /core/dex_preopt_libart.mk
parentae90c07c9786622acf9ee329282161ed9aea011e (diff)
downloadbuild-a57aaa3664b8791cebc209c96d1369dff61727ed.zip
build-a57aaa3664b8791cebc209c96d1369dff61727ed.tar.gz
build-a57aaa3664b8791cebc209c96d1369dff61727ed.tar.bz2
[MIPS64] Set ART base address for mips64
Set ART base address for mips64 to the same value as for mips32. Change-Id: Idd3a05c87867bce9eb769cfec412102944703a43
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 62ad170..9dc8af3 100644
--- a/core/dex_preopt_libart.mk
+++ b/core/dex_preopt_libart.mk
@@ -44,7 +44,7 @@ DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat
DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
-ifeq ($(TARGET_ARCH),mips)
+ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
# MIPS specific overrides.
# For MIPS the ART image is loaded at a lower address. This causes issues
# with the image overlapping with memory on the host cross-compiling and