aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-08 04:31:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-08 04:31:46 +0000
commitd8889728f61ec0fd3e4f3e57301bef67546cb486 (patch)
treeeaf07d50838450b2f40df4804728bc0497116fc1
parent4467a0d03ce5968c9b2bbe104c748b64ebff2a8d (diff)
parentf78787719334a54b86123dc2f76b7cdc9a3a4e49 (diff)
downloadjackson-databind-d8889728f61ec0fd3e4f3e57301bef67546cb486.tar.gz
Snap for 8554636 from f78787719334a54b86123dc2f76b7cdc9a3a4e49 to sdk-releaseplatform-tools-33.0.2
Change-Id: If6b73fb996a4ed44c4d8ff666705ebe058bfd675
-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"]
+ }
}