diff options
-rw-r--r-- | core/dex_preopt_libart.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt_libart.mk b/core/dex_preopt_libart.mk index 7b75426..2d9c518 100644 --- a/core/dex_preopt_libart.mk +++ b/core/dex_preopt_libart.mk @@ -39,7 +39,7 @@ ifeq ($(TARGET_ARCH),mips) # via a property as we want the larger Xmx value if we're running on a # MIPS device. LIBART_IMG_TARGET_BASE_ADDRESS := 0x30000000 -DEX2OAT_IMAGE_XMX := 128m +DEX2OAT_XMX := 128m endif ######################################################################## |