Merge "Vary non-image Xmx for dex2oat on MIPS."

This commit is contained in:
Ian Rogers 2014-07-17 06:14:28 +00:00 committed by Gerrit Code Review
commit bc30611f8e

View file

@ -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
########################################################################