Files
build_soong/java
Colin Cross 748b2d829a Support extra checks for ErrorProne in a dedicated property
Previous extra checks for ErrorProne were added using the plugins
proeprty to get them into the -processorpath argument.  This works
fine for java-only modules, but fails for mixed java+kotlin modules
because the processorpath is given to kapt and not javac.

Add a dedicated errorprone.extra_check_modules property (mirroring
the lint.extra_check_modules property), and add that to a separate
processorpath that is used only for errorprone rules and not cleared
when kotlin is used.

Test: TestKapt/errorprone
Change-Id: Id6ef02ce758532d1df8b8d969fad83bb44fe93ab
2020-11-19 14:20:12 -08:00
..
2020-01-16 12:19:49 -08:00
2020-09-10 17:22:09 +00:00
2020-11-17 21:57:23 +00:00
2020-11-17 10:50:19 -08:00
2019-10-04 14:00:36 -07:00
2020-08-13 17:33:14 +01:00
2020-07-06 17:58:09 -07:00
2020-10-06 13:39:57 -07:00
2019-10-26 20:35:13 +00:00
2019-10-18 15:14:15 -07:00