Replace extract_srcjars.sh with zipsync

Use zipsync instead of extract_srcjars.sh.

Also fixes an issue where unzipping a resource zip would
ignore anything that wasn't a *.java file.

Bug: 73885582
Test: m checkbuild
Change-Id: I1c25f65afa196614879071c8655866febebac185
Merged-In: I1c25f65afa196614879071c8655866febebac185
(cherry picked from commit 3f99cd5933)
This commit is contained in:
Colin Cross
2018-03-15 16:26:08 -07:00
parent ce99f05025
commit a73ea16f95
6 changed files with 13 additions and 16 deletions

View File

@@ -86,7 +86,7 @@ $(full_classes_compiled_jar): \
$(NORMALIZE_PATH) \
$(ZIPTIME) \
$(JAR_ARGS) \
$(EXTRACT_SRCJARS) \
$(ZIPSYNC) \
| $(SOONG_JAVAC_WRAPPER)
$(transform-host-java-to-package)
$(remove-timestamps-from-package)