Needed for incremental builds after MD2 removal

This commit is contained in:
Dan Egnor 2009-07-30 16:23:04 -07:00
parent 1de66889ec
commit d51042522a
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/ringtones/Silenc
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/ringtones/notifications/Silence.ogg)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/passion/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.google.android.datamessaging_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libssl_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST