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

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

Merge "Incremental local builds for services"

parents c4f7e07b 7bd633e2
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)