aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:55 +0000
commite76468af2080f0d694ba3577cd96d230c1a57c24 (patch)
tree4b877d9ba35999982cd1c3195811fe0c78bfe498
parent08a406716c4450b0d5fcae2ef77ea365ca2fbe6f (diff)
parent2bf6642460ffb10303bd46207a4555f36d9e5945 (diff)
downloadjackson-annotations-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 2bf6642460ffb10303bd46207a4555f36d9e5945 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I55b9b792b6976b3f3ddc02b9a09560079c3bffdb
-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",
+ ],
+ },
}