Skip to content

Commit

Permalink
Clean .intermediates for removing hashed subdir
Browse files Browse the repository at this point in the history
Bug: 348548855
Test: TH
Change-Id: Ia9f753d085c08d8c553ca0b4aa400beedb2be302
  • Loading branch information
iskim517 committed Jun 26, 2024
1 parent e3190bf commit a12be58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ************************************************

0 comments on commit a12be58

Please sign in to comment.