aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-16 22:39:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-16 22:39:39 +0000
commit71e9e46f5ca4dc9679985a88ec649ba5c91ce7cc (patch)
treeeaf07d50838450b2f40df4804728bc0497116fc1
parent5feb220ad4f7f2c5f8ff046488d1e1df5eb38a78 (diff)
parent728a8a3d5ac99c420968dafdff99a4385e61a37b (diff)
downloadjackson-databind-71e9e46f5ca4dc9679985a88ec649ba5c91ce7cc.tar.gz
Change-Id: Ibbff3e5d6ab4c02f2533d3253ab316b7b0068da6
-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"]
+ }
}