Files
build_soong/java
Colin Cross be9cdb8d64 Replace annotation_processors with plugins
Follow bazel's modules for annotation processors by introducing
a java_plugin module type that can contain extra metadata about
the annotation processor, the processor class and a flag to
specify if the annotation processor is compatible with the
turbine optimization.  Deprecate the annotation_processors
property, which took a list of java_library_host modules, in
favor of the plugins property, which takes a list of java_plugin
modules.  The annotation_processors property will be removed
once all uses have been replaced with plugins.

Bug: 77284273
Test: plugin_test.go
Test: m caliper
Change-Id: I37c1e80eba71ae2d6a06199fb102194a51994989
2019-01-23 20:17:51 +00:00
..
2019-01-22 11:24:50 -08:00
2019-01-23 06:36:48 +00:00
2018-12-27 12:26:30 -08:00
2018-04-13 16:37:22 -07:00
2019-01-23 18:05:18 +00:00
2018-12-18 20:28:06 +00:00
2019-01-16 22:00:17 -08:00