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

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

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

* commit '1a4676a1':
  Increase the maximum javac heap size again.
parents ae44bb55 1a4676a1
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.