am 303b3412: Add clean step for SDK version change.

Merge commit '303b34121e0d331570bcb156b03251cca93a5631' into froyo-plus-aosp

* commit '303b34121e0d331570bcb156b03251cca93a5631':
  Add clean step for SDK version change.
This commit is contained in:
Dianne Hackborn 2010-04-07 14:26:06 -07:00 committed by Android Git Automerger
commit 966c7355c3
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Music*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Music*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/jsr305_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/guava_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST