am da3eec42: am 708242d5: Merge "Increase the maximum javac heap size."

* commit 'da3eec42e11d9ebe1e08fc7e64c7edaf59c28272':
  Increase the maximum javac heap size.
This commit is contained in:
Ying Wang 2014-03-27 19:08:02 +00:00 committed by Android Git Automerger
commit 9efc18fb99

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-Xmx512M $(common_flags)
COMMON_JAVAC := $(JAVACC) -J-Xmx768M $(common_flags)
endif
# Eclipse.