Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daf07db4 authored by Yohann Roussel's avatar Yohann Roussel
Browse files

Remove memory args from jill command

Bug: 20688379
Change-Id: I18ef2ab9b476909adf8def47070cb951be6499ae
parent 9874d97b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)