aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:50:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:50:26 +0000
commit29ebec84ecce91f3937b1bee105528d32ddc3dd1 (patch)
tree3a18ac0f0ee368eff0356e36d74f1349cae426f5
parentbc9e322226730d234c3deaeba42de983493e988d (diff)
parentbb721f295fd7c8d88f9224dfa52bf6db85555241 (diff)
downloadjackson-databind-aml_ips_341611000.tar.gz
Snap for 10453563 from bb721f295fd7c8d88f9224dfa52bf6db85555241 to mainline-ipsec-releaseaml_ips_341611000aml_ips_341510000aml_ips_340914280aml_ips_340914200aml_ips_340914000
Change-Id: I34fd88d852f768bf4e3b7797f36ba10895113475
-rw-r--r--Android.bp8
1 files changed, 6 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 729f80ae7..61d9d4de4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,6 +42,10 @@ java_library_host {
"jackson-core",
],
errorprone: {
- javacflags: ["-Xep:EqualsNull:WARN"]
- }
+ javacflags: [
+ "-Xep:EqualsNull:WARN",
+ "-Xep:BoxedPrimitiveEquality:WARN",
+ "-Xep:SelfAssignment:WARN",
+ ],
+ },
}