Commit c9f73801 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Allow incremental builds for settings.

Change-Id: Iec6788d42c63020b7facfdfc45e1add244bb9523
parent 3b7f2efd
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment