platform_build_soong/java
Colin Cross 0a7d85a896 Replace extract-srcjars.sh with zipsync tool
extract_srcjars.sh uses zipinfo and unzip, which fail with an
error on an empty zip file.  Instead of trying to hack around
this (which is hard to make guarantees for since they are
non-hermetic host tools), replace them with a go tool to unzip
a set of zip files into a directory.

Bug: 73885582
Test: m checkbuild
Change-Id: I151fed347ed5196726e36866ffc27bc831799afb
Merged-In: I151fed347ed5196726e36866ffc27bc831799afb
(cherry picked from commit 436b76564d)
2018-03-20 11:21:42 -07:00
..
config Replace extract-srcjars.sh with zipsync tool 2018-03-20 11:21:42 -07:00
aapt2.go Soong AAR prebuilt support 2018-02-22 14:54:47 -08:00
aar.go Soong AAR prebuilt support 2018-02-22 14:54:47 -08:00
androidmk.go Soong AAR prebuilt support 2018-02-22 14:54:47 -08:00
app.go Turn GlobFiles into a Glob for files, use it 2018-03-01 14:05:20 -08:00
app_builder.go Export app certificates to Make for apkcerts list 2017-12-14 12:28:41 -08:00
app_test.go Fix ordering of overlays 2018-01-04 14:52:45 -08:00
builder.go Replace extract-srcjars.sh with zipsync tool 2018-03-20 11:21:42 -07:00
dex.go Add EMMA_INSTRUMENT_STATIC support 2018-01-04 14:52:45 -08:00
droiddoc.go Replace extract-srcjars.sh with zipsync tool 2018-03-20 11:21:42 -07:00
gen.go Add proto.canonical_path_from_root 2018-02-22 16:48:35 -08:00
genrule.go Add java_genrules to use jars as inputs and outputs 2017-12-06 03:55:20 +00:00
jacoco.go Change syntax for jacoco filter wildcard params. 2018-01-29 12:46:26 -08:00
jacoco_test.go Change syntax for jacoco filter wildcard params. 2018-01-29 12:46:26 -08:00
java.go Remove unused intermediates parameter from ExistentPathForSource 2018-02-22 14:43:36 -08:00
java_test.go Add droiddoc_template 2018-03-01 02:10:51 +00:00
proto.go Add proto.canonical_path_from_root 2018-02-22 16:48:35 -08:00
resources.go Correctly add dependencies to java_resource_dirs files 2017-10-04 17:19:43 -07:00
system_modules.go Export system module library list to Make 2018-01-25 14:51:50 -08:00