aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:39 +0000
commit76fc73f09513ac5cda50fbe81a2b0f174b18ad7d (patch)
tree81d6ee51cd2ae5905fb60996c547b54a40691261
parentf2c4101bac88c7e059582be8d71b7b69d0fe09e1 (diff)
parent9c727483a6e538292e2eba7039a74c172bc61c63 (diff)
downloadsnakeyaml-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 9c727483a6e538292e2eba7039a74c172bc61c63 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I1f758982a931a61e92507e2480baaade5a4179b5
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c00d473e..23339fbf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,6 +99,13 @@ java_library {
srcs: [":snakeyaml_patched_src_files"],
},
},
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
+ errorprone: {
+ javacflags: [
+ "-Xep:ReturnValueIgnored:WARN",
+ ],
+ },
}
// TODO: Consider adding tests.