aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Feng <frankfeng@google.com>2023-03-06 08:27:10 -0800
committerFrank Feng <frankfeng@google.com>2023-03-06 08:27:10 -0800
commit0bf0fc56a410c6ed85095b6ecc08c688036c9270 (patch)
tree9a5c9c83d9595383729723bd3774ce80517d700f
parent2f006da09baeb6282cdc6d3e669bbd3ad4914b2c (diff)
downloadjacoco-0bf0fc56a410c6ed85095b6ecc08c688036c9270.tar.gz
Pin tradefed dependencies to Java 11
Bug: 267831518 Test: TH Change-Id: Ie379438e946ca86fa15a3c4dd8d04b1aaa9fd845
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 89e024a8..a35db82b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -153,6 +153,9 @@ java_library_host {
"apps_only",
],
},
+
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
}
java_library_host {