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

Commit 75b22c67 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Enable multi-dex for incremental settings builds

Change-Id: I265eb5ff508206bd5b4205db612c3519bb9a5ed8
parent c7947b7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ LOCAL_AAPT_FLAGS := --auto-add-overlay \
ifneq ($(INCREMENTAL_BUILDS),)
    LOCAL_PROGUARD_ENABLED := disabled
    LOCAL_JACK_ENABLED := incremental
    LOCAL_DX_FLAGS := --multi-dex
    LOCAL_JACK_FLAGS := --multi-dex native
endif

include frameworks/opt/setupwizard/library/common.mk