From 7e39fc235185abd445f43674431b5796d3965bdd Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Mon, 23 Nov 2009 16:35:33 -0800 Subject: [PATCH] Add cleanspec to remove an old, historical package which no longer exists but nevertheless gets loaded into the system process and then crashes because classes it uses don't exist any more. --- cleanspec.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanspec.mk b/cleanspec.mk index 414fb847a1..5867665b75 100644 --- a/cleanspec.mk +++ b/cleanspec.mk @@ -117,6 +117,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/GoogleSubscribedFeedsProvider.apk) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST