am d1850e73
: Fix incremental build break in openssl.
Merge commit 'd1850e739b0e6d5f788349db0bddb8277757f800' into eclair-mr2-plus-aosp * commit 'd1850e739b0e6d5f788349db0bddb8277757f800': Fix incremental build break in openssl.
This commit is contained in:
commit
b4df557ed9
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,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
|
||||
|
|
Loading…
Reference in a new issue