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

Commit f13fb844 authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Merge "Apply jack redirection flag to also custom ANDROID_JACK_EXTRA_ARGS"

parents c2050db7 e9f02266
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -447,8 +447,10 @@ endif
ifneq ($(ANDROID_JACK_EXTRA_ARGS),)
DEFAULT_JACK_EXTRA_ARGS := $(ANDROID_JACK_EXTRA_ARGS)
else
DEFAULT_JACK_EXTRA_ARGS := --sanity-checks off -D jack.reporter.level.file=error=--,warning=-
DEFAULT_JACK_EXTRA_ARGS := --sanity-checks off
endif
# Redirect jack warnings to stdout.
DEFAULT_JACK_EXTRA_ARGS += -D jack.reporter.level.file=error=--,warning=-

JILL := java -Xmx3500m -cp $(JILL_JAR) com.android.jill.Main
PROGUARD := external/proguard/bin/proguard.sh