aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:38 +0000
commit2ca1b64a287ab71fa5435504e8399f07cf8b2430 (patch)
tree4b877d9ba35999982cd1c3195811fe0c78bfe498
parent90b5075247e433b65d7958515c0f6aa317dd9e26 (diff)
parent2bf6642460ffb10303bd46207a4555f36d9e5945 (diff)
downloadjackson-annotations-android14-mainline-os-statsd-release.tar.gz
Change-Id: I5339e18ecf4917571cef6a044861a10d35868d71
-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",
+ ],
+ },
}