aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-08 22:28:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-08 22:28:05 +0000
commita2357e90d7fdb4a8a2e23f6a351376511d61d25f (patch)
tree5f77910436b3a54a2c589fcd943a4d657864f8e0
parente41c75cb83cd32cc8268b52f6de1c78822d3dda0 (diff)
parentb09bead297ef1cfd16f4e438d7765d917d28bbd9 (diff)
downloadbuild-a2357e90d7fdb4a8a2e23f6a351376511d61d25f.tar.gz
Merge "Remove obsolete java compilation artifacts" into main
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 19fc6399c0..f8c96ffffe 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -783,6 +783,10 @@ $(call add-clean-step, find $(OUT_DIR) -name "*.rsp.whole.a" -print0 | xargs -0
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/)
$(call add-clean-step, find $(OUT_DIR) -type f -name "*.jar" -print0 | xargs -0 rm -f)
+# Remove obsolete java compilation artifacts
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/)
+$(call add-clean-step, find $(OUT_DIR) -type f -name "*.jar" -print0 | xargs -0 rm -f)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************