xref: /aosp_15_r20/external/dagger2/.bazelrc (revision f585d8a307d0621d6060bd7e80091fdcbf94fe27)
1# Include debug info in the compiled jars
2build --javacopt=-g
3build --host_javacopt=-g
4
5# Disable The Guava Beta Checker.
6# TODO(ronshapiro): explore how much work it would be to reenable this
7build --javacopt="-Xep:BetaApi:OFF"
8build --host_javacopt="-Xep:BetaApi:OFF"
9