Merge "Disable errorprone for platformtestprotos"

This commit is contained in:
Treehugger Robot 2021-08-19 17:18:42 +00:00 committed by Gerrit Code Review
commit e476546592

View File

@ -30,6 +30,6 @@ java_library_host {
type: "full", type: "full",
}, },
errorprone: { errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"], // b/72714520 enabled: false,
}, },
} }