platform_build_soong/java
Colin Cross 7b60cdd6e5 Strip module-info.class files when combining jars
Combining static jars from dependencies may bring in module-info.class
files, which don't make sense once multiple modules have been combined,
and sometimes confuse downstream tools like desugar.  Strip them out
like make does when combining jars.

Test: m checkbuild
Change-Id: I560c5acfcc6e1be9adf604c22cf200581f92f702
2017-12-21 14:29:56 -08:00
..
config Prep D8 default instead of CompatDX in build/soong 2017-12-18 23:56:30 -08:00
aapt2.go Sort compiled resources by output path 2017-12-01 19:16:42 +00:00
androidmk.go Export app implementation and header jars to Make 2017-12-15 13:42:09 -08:00
app.go Export app certificates to Make for apkcerts list 2017-12-14 12:28:41 -08:00
app_builder.go Export app certificates to Make for apkcerts list 2017-12-14 12:28:41 -08:00
app_test.go Sort compiled resources by output path 2017-12-01 19:16:42 +00:00
builder.go Strip module-info.class files when combining jars 2017-12-21 14:29:56 -08:00
gen.go When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime. 2017-12-15 08:40:27 -08:00
genrule.go Add java_genrules to use jars as inputs and outputs 2017-12-06 03:55:20 +00:00
jacoco.go Fix jacoco filters 2017-12-21 04:34:46 +00:00
jacoco_test.go Fix jacoco filters 2017-12-21 04:34:46 +00:00
java.go Strip module-info.class files when combining jars 2017-12-21 14:29:56 -08:00
java_test.go Add missing dependencies on classpath jars for kotlinc 2017-12-16 06:05:38 +00:00
proto.go Support output params in java proto 2017-12-15 13:42:09 -08:00
resources.go Correctly add dependencies to java_resource_dirs files 2017-10-04 17:19:43 -07:00
system_modules.go Replace ModuleContext.AConfig() with Config() 2017-11-30 00:44:18 +00:00