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

Commit 09102359 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Incremental local builds for frameworks"

parents 3af4eb5b 7e29dea3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1193,6 +1193,11 @@ LOCAL_MODULE := ext

LOCAL_DX_FLAGS := --core-library

ifneq ($(INCREMENTAL_BUILDS),)
    LOCAL_PROGUARD_ENABLED := disabled
    LOCAL_JACK_ENABLED := incremental
endif

include $(BUILD_JAVA_LIBRARY)