Cleanstep for split.

Change-Id: Iab8f0d2f27bac4c0ccfc9dacf10eee0d996f3200
This commit is contained in:
Makoto Onuki 2011-02-25 15:37:22 -08:00
parent f583bf66b2
commit 53018b852d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
$(call add-clean-step, rm -rf $(OUT_DIR)/out/target/common/obj/APPS/Email*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST