Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fab98ef6 authored by Ian Rogers's avatar Ian Rogers Committed by Android Git Automerger
Browse files

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

* commit 'bc30611f':
  Vary non-image Xmx for dex2oat on MIPS.
parents 7d50394b bc30611f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@ ifeq ($(TARGET_ARCH),mips)
# via a property as we want the larger Xmx value if we're running on a
# via a property as we want the larger Xmx value if we're running on a
# MIPS device.
# MIPS device.
LIBART_IMG_TARGET_BASE_ADDRESS := 0x30000000
LIBART_IMG_TARGET_BASE_ADDRESS := 0x30000000
DEX2OAT_IMAGE_XMX := 128m
DEX2OAT_XMX := 128m
endif
endif


########################################################################
########################################################################