aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 05:58:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 05:58:30 +0000
commit9d6ee65ad153f5a3f2108028bd4747ec5d8feaba (patch)
treeeaf07d50838450b2f40df4804728bc0497116fc1
parentf3684d0c187f83dc32496cfec9768b8d46271587 (diff)
parentcdeb77dbceb9d2571e22fd67ce9aced4dcd08098 (diff)
downloadjackson-databind-android13-frc-documentsui-release.tar.gz
Snap for 8558685 from cdeb77dbceb9d2571e22fd67ce9aced4dcd08098 to tm-frc-documentsui-releaset_frc_doc_330543000t_frc_doc_330443060t_frc_doc_330443000android13-frc-documentsui-release
Change-Id: I0268287e5eadd8d8812c0ec339c59812fe6868e7
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 64ae8cd36..729f80ae7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,4 +41,7 @@ java_library_host {
"jackson-annotations",
"jackson-core",
],
+ errorprone: {
+ javacflags: ["-Xep:EqualsNull:WARN"]
+ }
}