Merge "Remove file named .d created in the source directory"
This commit is contained in:
@@ -527,6 +527,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/perfprofd)
|
|||||||
|
|
||||||
# Remove incorrectly created directories in the source tree
|
# Remove incorrectly created directories in the source tree
|
||||||
$(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d -print0 | xargs -0 rmdir)
|
$(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d -print0 | xargs -0 rmdir)
|
||||||
|
$(call add-clean-step, rm -f .d)
|
||||||
|
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
|
Reference in New Issue
Block a user