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

Commit 5a1075c3 authored by Inseob Kim's avatar Inseob Kim Committed by Automerger Merge Worker
Browse files

Merge "Clean .intermediates for removing hashed subdir" into main am: 56f73040

parents aab48f59 56f73040
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -791,6 +791,9 @@ $(call add-clean-step, find $(OUT_DIR) -type f -name "*.jar" -print0 | xargs -0
$(call add-clean-step, rm -f $(PRODUCT_OUT)/dexpreopt_config/dexpreopt.config)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/dexpreopt_config/dexpreopt_soong.config)

# Clear out Soong .intermediates directory regarding removal of hashed subdir
$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates)

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