Colin Cross f89e732dc6 Use errorprone.extra_check_modules for error prone checks
Using plugins for error prone checks causes them to be moved from
javac to kotlin, breaking the errorprone javac run which can no longer
find the checks requested in the errorprone javacflags.  Move the
checks to errorprone.extra_check_modules that will always apply to
the errorprone javac run.

Fixes: 190418963
Test: m RUN_ERROR_PRONE=true StatementService
Change-Id: I342d9129cf2ca769041c1be1c82498e27db45903
2021-06-25 13:35:40 -07:00
..