aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:38 +0000
commit4b58c063030a558cbd6838ac6c523a8e9e3c1075 (patch)
treefc2479fd64f2dae0b79fdb82b64def3778d002ff
parent39eac7ff3113c468971d0ce18ad587dc92ea17fc (diff)
parent13e4719e1a36da4ffe406e4545ee2b1694a8da4f (diff)
downloadhamcrest-android14-mainline-permission-release.tar.gz
Change-Id: Ifb2f965abe8a5b2f8cf6e78b9ff6c81546de8750
-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",
}