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