From daf07db4cd5d10b706164904a28323e6223b8aa3 Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Mon, 4 May 2015 17:12:47 +0200 Subject: [PATCH] Remove memory args from jill command Bug: 20688379 Change-Id: I18ef2ab9b476909adf8def47070cb951be6499ae --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 5ad79e3b6..ca3096271 100644 --- a/core/config.mk +++ b/core/config.mk @@ -455,7 +455,7 @@ endif # Turn off jack warnings by default. DEFAULT_JACK_EXTRA_ARGS += --verbose error -JILL := java -Xmx3500m -jar $(JILL_JAR) +JILL := java -jar $(JILL_JAR) PROGUARD := external/proguard/bin/proguard.sh JAVATAGS := build/tools/java-event-log-tags.py LLVM_RS_CC := $(HOST_OUT_EXECUTABLES)/llvm-rs-cc$(HOST_EXECUTABLE_SUFFIX)