platform_build_soong/java/config
Colin Cross 0a6e007e06 Make javac rules output a jar with soong_zip
Make javac rules output a jar file instead of a classes.list.
Combine the output jar, static jar dependencies, and resources
into the final jar using a separate rule.  For now, use a shell
command with unzip and soong_zip to create the final jar,
eventually it will be done with a zip2zip-style jar combiner.

Bug: 64691570
Test: java_test.go
Change-Id: Id8e6313e0097b78947d88e86e47b56ad08caca1a
2017-09-05 22:08:13 -07:00
..
config.go Make javac rules output a jar with soong_zip 2017-09-05 22:08:13 -07:00
error_prone.go Move error_prone config to external/error_prone 2017-09-05 22:08:13 -07:00
makevars.go Export JLINK and JMOD commands from soong. 2017-08-31 16:15:06 +01:00