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

Commit 7bd633e2 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Incremental local builds for services

If INCREMENTAL_BUILDS is set to true. Speeds up incremental builds
by about 30%.

Change-Id: Ib0b385357e6e77e3596348e321d25944eef49bdb
parent d89cb1eb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -12,4 +12,9 @@ LOCAL_SRC_FILES += \
LOCAL_JAVA_LIBRARIES := services.net telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := tzdata_update

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

include $(BUILD_STATIC_JAVA_LIBRARY)