OSDN Git Service

Add cleanspec to remove an old, historical package which
authorDan Egnor <egnor@google.com>
Tue, 24 Nov 2009 00:35:33 +0000 (16:35 -0800)
committerDan Egnor <egnor@google.com>
Tue, 24 Nov 2009 00:35:33 +0000 (16:35 -0800)
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

index 414fb84..5867665 100644 (file)
@@ -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