aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:56:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:56:47 +0000
commit9009ceea6d304a86d4f15bd728f8c1f93930c687 (patch)
treeeaf07d50838450b2f40df4804728bc0497116fc1
parent5feb220ad4f7f2c5f8ff046488d1e1df5eb38a78 (diff)
parentcdeb77dbceb9d2571e22fd67ce9aced4dcd08098 (diff)
downloadjackson-databind-android13-frc-conscrypt-release.tar.gz
Snap for 8512216 from cdeb77dbceb9d2571e22fd67ce9aced4dcd08098 to tm-frc-conscrypt-releaset_frc_con_330443020android13-frc-conscrypt-release
Change-Id: I8071f27584527e8ff41659f2615a1be80412fda8
-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"]
+ }
}