aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-12-21 10:34:15 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-22 15:13:05 -0800
commitf2741cb04cd6e1735e65cdf0fefb6f50fb737746 (patch)
tree5a21a6b69ee8cb9a5e570cbc30a522fb8b2f0063 /CleanSpec.mk
parentd1f0a6e4ef71f186abaa12dc9d6e23f7d8ef15c6 (diff)
downloadvendor_cmsdk-f2741cb04cd6e1735e65cdf0fefb6f50fb737746.zip
vendor_cmsdk-f2741cb04cd6e1735e65cdf0fefb6f50fb737746.tar.gz
vendor_cmsdk-f2741cb04cd6e1735e65cdf0fefb6f50fb737746.tar.bz2
ExtView: Add keyguard specific interface for KeyguardExternalView
KeyguardExternalView requires extra state callbacks that can be passed on to the KeyguardExternalViewProvider. For this reason the KeyguardExternalViewProvider no longer extends ExternalViewProvider and instead provides the full implementation needed for ExternalViews as well as the specific keyguard components. Change-Id: Icf3589a201bf0ab29ba6e00e2bd6c0149e955e1d
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 0501ef0..3f23969 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -42,4 +42,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.cy
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform.sdk_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform.internal_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/cm-api-stubs-timestamp)
-$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/cmsdk_stubs_current_intermediates) \ No newline at end of file
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/cmsdk_stubs_current_intermediates)
+# KeyguardExternalView uses a new interface which requires cleaning to avoid a runtime exception
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform.sdk_intermediates)