aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:51 +0000
commit72d862abc5e538ac937725d292c9dfef32f83453 (patch)
tree3a18ac0f0ee368eff0356e36d74f1349cae426f5
parentab18d6cf8e1ea966f38d17281069c318fd558a73 (diff)
parentbb721f295fd7c8d88f9224dfa52bf6db85555241 (diff)
downloadjackson-databind-android14-mainline-permission-release.tar.gz
Change-Id: I060c96d1625a0b658087ee6126b0fc9bfdfe91d4
-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",
+ ],
+ },
}