oops, missed one

This commit is contained in:
Dan Egnor
2009-07-30 16:53:26 -07:00
parent d51042522a
commit 67dc3d9a99

View File

@@ -71,6 +71,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/passion/obj/SHARED_LIBRA
$(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)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST