Adding a line to CleanSpec to force a rebuild of

the last proguard changes

Change-Id: Ia2594c2ba0baef475317fe0101827abac50d5180
This commit is contained in:
Michael Jurka 2010-09-29 10:53:54 -07:00
parent ea5ab0d3c6
commit b679332aeb
1 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@
#$(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)/target/common/obj/APPS/Launcher2_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
# ************************************************