summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soong/error_prone.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/soong/error_prone.go b/soong/error_prone.go
index 8f4e426..b5989fb 100644
--- a/soong/error_prone.go
+++ b/soong/error_prone.go
@@ -390,6 +390,8 @@ func init() {
// We are not interested in Guava recommendations
// for String.split.
"-Xep:StringSplitter:OFF",
+ // b/117877739.
+ "-Xep:TruthAssertExpected:OFF",
}
config.ErrorProneFlags = []string{