For all Android plugins:
- Enable all warnings for `lint`
- Treat all warnings as errors for `lint`
This significantly increases the scope of issues that we'll catch in CI. To
allow enabling this without having to make tons of fixes first, so that
we get the incremental benefit immediately, this adds new baselines for
all plugins. We can incrementally clean those baselines up over time.
(In practice we haven't prioritized that, but it would be good to start
paying down that technical debt incrementally at some point.)
See https://github.com/flutter/flutter/issues/88011