aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:00:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:00:05 +0000
commit8655141f38ef52dd1fa0249c22e17ebf1c8856d2 (patch)
tree4ab55381144af0b3d9e2889a9cb802734356598f
parentc1690b0ec1f18f31136272a207064a707ac897ad (diff)
parent5e8223649339798d6df7260b34f973b924dd1418 (diff)
downloadcaliper-android14-mainline-os-statsd-release.tar.gz
Change-Id: Ied741154cf367c321e2590f7534191cbeb7cebeb
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6d4619b..b48ee41 100644
--- a/Android.bp
+++ b/Android.bp
@@ -140,6 +140,12 @@ java_library_host {
],
java_version: "1.8",
+
+ errorprone: {
+ javacflags: [
+ "-Xep:ReturnValueIgnored:WARN",
+ ],
+ },
}
// Build host dependencies.