aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:57 +0000
commit91e389fbec5f03dbba2f5adf99e5c82acafd078d (patch)
tree3a18ac0f0ee368eff0356e36d74f1349cae426f5
parent788efdc2f657ba7214222612f6079f8ed05401bb (diff)
parentbb721f295fd7c8d88f9224dfa52bf6db85555241 (diff)
downloadjackson-databind-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from bb721f295fd7c8d88f9224dfa52bf6db85555241 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I4a34c5422ded330d941cdfd8c36312e50dfc3ebb
-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",
+ ],
+ },
}