summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-10-17 10:02:30 -0700
committerAndreas Gampe <agampe@google.com>2018-10-17 10:02:30 -0700
commit8cf4a18a2f23d097b2e25fbd8a38aa5e00cdfe96 (patch)
treee24ffc37e5181c6b079f65d1a63cd6d7316466ad
parent19bb7646e5c4328034f3eb75ef4f785ee9ac9064 (diff)
downloaderror_prone-8cf4a18a2f23d097b2e25fbd8a38aa5e00cdfe96.tar.gz
Errorprone: Turn off TruthAssertExpected
Unblock Errorprone update. Bug: 117877739 Test: m javac-check RUN_ERROR_PRONE=true Change-Id: I4062e9ca07b4cba85d2f1cd3d6ac4ea916d0e623
-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{