aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:39:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:39:27 +0000
commit116960fcc6d16ef46d12eafc8a07cfc15b142b8d (patch)
tree4b877d9ba35999982cd1c3195811fe0c78bfe498
parentddd528f67a0dbd9fe662588b4f6934ddde7796ef (diff)
parent2bf6642460ffb10303bd46207a4555f36d9e5945 (diff)
downloadjackson-annotations-116960fcc6d16ef46d12eafc8a07cfc15b142b8d.tar.gz
Change-Id: Ieecef2c0b1abcf467b5958f2b68f585c6a1e9ee8
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c920344..14584fa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,4 +36,9 @@ java_library_host {
srcs: [
"src/main/**/*.java",
],
+ errorprone: {
+ javacflags: [
+ "-Xep:BoxedPrimitiveEquality:WARN",
+ ],
+ },
}