aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:50:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:50:44 +0000
commit707b8d038702598df4e2315b9071fbd957f3d881 (patch)
treefc2479fd64f2dae0b79fdb82b64def3778d002ff
parent792e267295d212601c6dbb139ef931dac2d18a8a (diff)
parent13e4719e1a36da4ffe406e4545ee2b1694a8da4f (diff)
downloadhamcrest-android14-mainline-media-release.tar.gz
Change-Id: If19e1a9fca07c947616759b1840eb3d37d198d73
-rw-r--r--hamcrest-core/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/hamcrest-core/Android.bp b/hamcrest-core/Android.bp
index 1183db1..8631726 100644
--- a/hamcrest-core/Android.bp
+++ b/hamcrest-core/Android.bp
@@ -28,5 +28,7 @@ java_library_static {
host_supported: true,
hostdex: true,
srcs: ["src/main/java/**/*.java"],
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
sdk_version: "core_current",
}