Files
Android11/external/dagger2/.bazelrc
2023-10-13 14:01:41 +00:00

9 lines
270 B
Plaintext

# Include debug info in the compiled jars
build --javacopt=-g
build --host_javacopt=-g
# Disable The Guava Beta Checker.
# TODO(ronshapiro): explore how much work it would be to reenable this
build --javacopt="-Xep:BetaApi:OFF"
build --host_javacopt="-Xep:BetaApi:OFF"