cleanstep due to removal of classes & packages associated
with the old bundled GoogleCheckin.apk
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/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