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

Commit 7de4cd5d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove Soong intermdiates after moving image mutator" am: ff81b9d1 am: a69bb55b

Change-Id: Iedb49b8965ed3fb473f739112f5d58d5451c0824
parents 91aaca27 a69bb55b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -709,6 +709,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/CtsShimPrivPrebuilt
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/CtsShimPrebuilt)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.apex.cts.shim.apex)

# Remove vendor and recovery variants, the directory name has changed.
$(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_recovery*" -print0 | xargs -0 rm -rf)
$(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_vendor*" -print0 | xargs -0 rm -rf)

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