Disable errorprone for platformtestprotos

Running errorprone on platformtestprotos took more than 45 minutes.
Disable it.

Bug: 197157393
Test: m RUN_ERROR_PRONE=1 javac-check
Change-Id: I4e62adfddb93489d83c7e41e4ecba75fdf654004
This commit is contained in:
Colin Cross
2021-08-18 16:32:41 -07:00
parent dee731ad0b
commit 95f3535381

View File

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