Clean steps for a product configuration change.

Cleans up intermediates produced for a prebuilt app
included in some product configurations.
This commit is contained in:
Jason Chen 2009-09-30 12:25:55 -07:00
parent c3c136c4cd
commit e3f5cd4a25
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