aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:33 +0000
commit295e36df324cc89de2f16ed5eeb39f897708107d (patch)
tree4ab55381144af0b3d9e2889a9cb802734356598f
parent6134b20acbbdff3ae1baefe876138a09140a052e (diff)
parent5e8223649339798d6df7260b34f973b924dd1418 (diff)
downloadcaliper-android14-mainline-mediaprovider-release.tar.gz
Change-Id: If9a44cdaa28bf7a8dc2c1cde8ebd5bbb1f4cddfb
-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.