Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c8eb3db authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Remove file named .d created in the source directory"

am: b7e7f7c7

Change-Id: I11d72a28319c6997163e898c56f96da333359524
parents d14d5280 b7e7f7c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -527,6 +527,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/perfprofd)

# 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, rm -f .d)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST