am 6ecd1005: am 11eae045: Allow incremental builds for settings.

* commit '6ecd1005834d59a046777a80574db4cc28434ed3':
  Allow incremental builds for settings.
This commit is contained in:
Jorim Jaggi
2015-04-28 14:52:35 +00:00
committed by Android Git Automerger

View File

@@ -18,6 +18,11 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_PROGUARD_FLAG_FILES := proguard.flags LOCAL_PROGUARD_FLAG_FILES := proguard.flags
ifneq ($(INCREMENTAL_BUILDS),)
LOCAL_PROGUARD_ENABLED := disabled
LOCAL_JACK_ENABLED := incremental
endif
include frameworks/opt/setupwizard/navigationbar/common.mk include frameworks/opt/setupwizard/navigationbar/common.mk
include frameworks/opt/setupwizard/library/common.mk include frameworks/opt/setupwizard/library/common.mk
include frameworks/base/packages/SettingsLib/common.mk include frameworks/base/packages/SettingsLib/common.mk