Use soong_zip instead of jar to generate .jar files in javac actions

This is to make the jar-output deterministic so that we can get
cache-hits for r8/d8 actions from RBE.

Change-Id: I911ee702fa5dabfe7122e82b21f78c811a0c960d
Test: m droid checkbuild
This commit is contained in:
Kousik Kumar
2020-04-16 12:43:40 -07:00
parent 1bc7f6436b
commit 7d61116cc1
4 changed files with 4 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ $(full_classes_compiled_jar): \
$(NORMALIZE_PATH) \
$(JAR_ARGS) \
$(ZIPSYNC) \
$(SOONG_ZIP) \
| $(SOONG_JAVAC_WRAPPER)
@echo "Target Java: $@
$(call compile-java,$(TARGET_JAVAC),$(PRIVATE_ALL_JAVA_HEADER_LIBRARIES))