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

* commit '708242d599cad926dc37637b04e0a71711271a17':
  Increase the maximum javac heap size.
This commit is contained in:
Ying Wang 2014-03-27 19:01:45 +00:00 committed by Android Git Automerger
commit da3eec42e1

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.