Merge "Remove strip.sh intermediates to save space"

This commit is contained in:
Treehugger Robot 2018-10-19 01:26:33 +00:00 committed by Gerrit Code Review
commit 839cf8f7a9

View file

@ -509,6 +509,9 @@ $(call add-clean-step, rm -rf $(addsuffix /lib,\
$(HOST_CROSS_OUT_INTERMEDIATES) $(2ND_HOST_CROSS_OUT_INTERMEDIATES) \
$(TARGET_OUT_INTERMEDIATES) $(2ND_TARGET_OUT_INTERMEDIATES)))
# Remove strip.sh intermediates to save space
$(call add-clean-step, find $(OUT_DIR) \( -name "*.so.debug" -o -name "*.so.dynsyms" -o -name "*.so.funcsyms" -o -name "*.so.keep_symbols" -o -name "*.so.mini_debuginfo.xz" \) -print0 | xargs -0 rm -f)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************