am b4df557e: am d1850e73: Fix incremental build break in openssl.

Merge commit 'b4df557ed9c42dc05c1a1f81aa7d44e4b96d862f'

* commit 'b4df557ed9c42dc05c1a1f81aa7d44e4b96d862f':
  Fix incremental build break in openssl.
This commit is contained in:
Dan Egnor 2009-10-29 13:26:27 -07:00 committed by Android Git Automerger
commit 8f313a35f8
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST