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

Commit 09ba20ce authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am fd251b33: am 1a4676a1: Merge "Increase the maximum javac heap size again."

* commit 'fd251b33':
  Increase the maximum javac heap size again.
parents 6c0fba0f fd251b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ ifeq ($(BUILD_OS), windows)
    COMMON_JAVAC := development/host/windows/prebuilt/javawrap.exe -J-Xmx256m \
        $(common_flags)
else
    COMMON_JAVAC := $(JAVACC) -J-Xmx768M $(common_flags)
    COMMON_JAVAC := $(JAVACC) -J-Xmx1024M $(common_flags)
endif

# Eclipse.