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

Commit ab847928 authored by Colin Cross's avatar Colin Cross
Browse files

Remove file named .d created in the source directory

I59b20c931ee3e5a8d35eb30da4148691c5095502 accidentally wrote depsfiles
to a file called .d in the top level of the source tree, remove them.

Bug: 119412419
Test: m
Change-Id: Iaf71a64a7ee4aa39084423dfd16aa934613ba158
parent e07a32b1
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