aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-10 02:21:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-10 02:21:30 +0000
commit387f92840fa3eb6e44fa44f3fcd9acfe3f92adf9 (patch)
tree22028a1629baa3fe2815950f614364c8c7788813
parent588e3062b40660ca6bd5b31ffb53351ade95346c (diff)
parent31e5ea677c5582baeb458a587cf4cc27fafa08d7 (diff)
downloadtruth-android14-s1-release.tar.gz
Change-Id: Id7d25ae1f660313fdea0abe91d440b183797e49b
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index afc84776..79a37634 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,8 @@ java_library {
static_libs: ["ow2-asm"],
},
},
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
errorprone: {
javacflags: [
"-Xep:NoCanIgnoreReturnValueOnClasses:WARN",