am 9ef2bee2: am 09ba20ce: am fd251b33: am 1a4676a1: Merge "Increase the maximum javac heap size again."

* commit '9ef2bee21a04b7c53fa16aef58aa0f2ef548fbd5':
  Increase the maximum javac heap size again.
This commit is contained in:
Ying Wang 2014-04-09 21:40:31 +00:00 committed by Android Git Automerger
commit d8553abbbf

View file

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