cleanstep: remove email intermediates

This commit is contained in:
Makoto Onuki 2010-01-29 13:11:09 -08:00
parent 7260470e76
commit 8b20042a9a

View file

@ -142,6 +142,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/vendor/google_voiceime)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/QuickSearchBox.apk)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libdvm_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/speech)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST