aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:44 +0000
commit35b692a26b9b6ec7a60457f039eaf4f571e4ef33 (patch)
treefc2479fd64f2dae0b79fdb82b64def3778d002ff
parentd363d00c17857ae728facbc7de8a33b792c69de2 (diff)
parent13e4719e1a36da4ffe406e4545ee2b1694a8da4f (diff)
downloadhamcrest-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 13e4719e1a36da4ffe406e4545ee2b1694a8da4f to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I79ee944d2d1ba8fff7324acb4c02b46f2a8e8185
-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",
}