From f2741cb04cd6e1735e65cdf0fefb6f50fb737746 Mon Sep 17 00:00:00 2001 From: d34d Date: Mon, 21 Dec 2015 10:34:15 -0800 Subject: 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 --- CleanSpec.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index 0501ef03..3f239697 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) -- cgit v1.2.3