Merge "Bump DX Java heap to 2GB."

This commit is contained in:
Jean-Baptiste Queru 2012-04-10 09:39:08 -07:00 committed by android code review
commit 59d7372dec
1 changed files with 1 additions and 1 deletions

View File

@ -1525,7 +1525,7 @@ define transform-classes.jar-to-dex
@echo "target Dex: $(PRIVATE_MODULE)"
@mkdir -p $(dir $@)
$(hide) $(DX) \
$(if $(findstring windows,$(HOST_OS)),,-JXms16M -JXmx1536M) \
$(if $(findstring windows,$(HOST_OS)),,-JXms16M -JXmx2048M) \
--dex --output=$@ \
$(incremental_dex) \
$(if $(NO_OPTIMIZE_DX), \