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

Commit 46041b45 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Restore reverted CleanSpec" am: 29dddab4 am: d14d5280

am: b43e67e0

Change-Id: I6d8856b75314477d9324fcd9b6e1a1961f9b5935
parents 1e01828d b43e67e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -525,6 +525,9 @@ $(call add-clean-step, rm -f $(HOST_OUT)/bin/aidegen)
# Remove perfprofd
$(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)

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