platform_build_soong/java
Nan Zhang 05fc4542ac Change the syntax for jacoco filter wildcard parameters.
originally:
.* -> /**/*.class
now:
.* -> /*.class
.** -> /**/*.class

Also add NinjaAndShellEscape to allow filtering inner classes with $ in
the name.

Test: unittests.
Bug: b/71889972
Change-Id: Ifb8d7daa22bee02346885171edb15180af18f0de
2018-01-25 16:01:06 -08:00
..
config Add R8 support am: 66dbc0bc32 am: aedcfc98d3 2018-01-04 00:27:29 +00:00
aapt2.go Sort compiled resources by output path 2017-12-01 19:16:42 +00:00
androidmk.go Add R8 support 2018-01-03 14:15:57 -08:00
app.go Fix ordering of overlays 2018-01-04 14:52:45 -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 Soong: support Errorprone javacflags 2018-01-23 20:30:01 -08:00
dex.go Add EMMA_INSTRUMENT_STATIC support 2018-01-04 14:52:45 -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 Change the syntax for jacoco filter wildcard parameters. 2018-01-25 16:01:06 -08:00
jacoco_test.go Change the syntax for jacoco filter wildcard parameters. 2018-01-25 16:01:06 -08:00
java.go Soong: support Errorprone javacflags 2018-01-23 20:30:01 -08:00
java_test.go Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS 2018-01-19 15:42:18 +09: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 Add VisitDirectDepsWithTag 2018-01-02 18:23:43 -08:00