Merge change Ie3f5cd4a into eclair

* changes:
  Clean steps for a product configuration change.
This commit is contained in:
Android (Google) Code Review 2009-09-30 16:20:41 -04:00
commit 8d7955dcef
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libhardware_le
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/system/app/Launcher.apk)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/bluetooth/)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/com.amazon.mp3_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/com.amazon.mp3.apk)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST