aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:50:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:50:56 +0000
commit9aec5ae55c367a9364aef49d9a2a03fae218f032 (patch)
tree4b877d9ba35999982cd1c3195811fe0c78bfe498
parent9574ec1f07ef3336860b0d8b60535a864ee80c7e (diff)
parent2bf6642460ffb10303bd46207a4555f36d9e5945 (diff)
downloadjackson-annotations-android14-mainline-media-release.tar.gz
Change-Id: Ie3e7fb59f820cec7d564b258f8bdb40d6b2b0805
-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",
+ ],
+ },
}