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

Commit 1fa707b0 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Add the Cleanspec rule for product-services symlink." am: e56d112b am: c3943be7

am: 1faf0486

Change-Id: Ia7dd8ed710b70fa377c745325f453ecec642832f
parents fe9c0d47 1faf0486
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -498,6 +498,7 @@ $(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/.intermediates/system/vold)
# Remove product-services related files / images
$(call add-clean-step, find $(PRODUCT_OUT) -type f -name "*product-services*" -print0 | xargs -0 rm -rf)
$(call add-clean-step, find $(PRODUCT_OUT) -type d -name "*product-services*" -print0 | xargs -0 rm -rf)
$(call add-clean-step, find $(PRODUCT_OUT) -type l -name "*product-services*" -print0 | xargs -0 rm -rf)

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