Remove old copies of host-libprotobuf-java-full.jar in test suites

Test suite directories not covered by installclean have an old copy
of host-libprotobuf-java-full in them that causes problems when
libprotobuf-java-full uses an updated ABI, remove them.

Bug: 119049592
Test: manual
Change-Id: Iedf0aaf2a1d1ca2c7332da3cc6d948946946eebe
This commit is contained in:
Colin Cross 2018-11-05 15:11:46 -08:00
parent 4c9399d988
commit 3b4417a45e
1 changed files with 2 additions and 0 deletions

View File

@ -515,6 +515,8 @@ $(call add-clean-step, find $(OUT_DIR) \( -name "*.so.debug" -o -name "*.so.dyns
# Clean up old ninja files # Clean up old ninja files
$(call add-clean-step, rm -f $(OUT_DIR)/build-*-dist*.ninja) $(call add-clean-step, rm -f $(OUT_DIR)/build-*-dist*.ninja)
$(call add-clean-step, rm -f $(HOST_OUT)/*ts/host-libprotobuf-java-*.jar)
# ************************************************ # ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************ # ************************************************