am 11eae045: Allow incremental builds for settings.

* commit '11eae0450b9770bdef3509a620b8c54beba2bab3':
  Allow incremental builds for settings.
This commit is contained in:
Jorim Jaggi
2015-04-27 21:57:18 +00:00
committed by Android Git Automerger

View File

@@ -18,6 +18,11 @@ LOCAL_PRIVILEGED_MODULE := true
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/library/common.mk
include frameworks/base/packages/SettingsLib/common.mk