summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cleanspec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cleanspec.mk b/cleanspec.mk
index af15229..d85c3dc 100644
--- a/cleanspec.mk
+++ b/cleanspec.mk
@@ -146,6 +146,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermedia
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/EnhancedGoogleSearchProvider.apk)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/GoogleCheckin.apk)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST