forked from openkylin/platform_build
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:
parent
4c9399d988
commit
3b4417a45e
|
@ -515,6 +515,8 @@ $(call add-clean-step, find $(OUT_DIR) \( -name "*.so.debug" -o -name "*.so.dyns
|
|||
# Clean up old ninja files
|
||||
$(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
|
||||
# ************************************************
|
||||
|
|
Loading…
Reference in New Issue