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