aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-08 04:22:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-08 04:22:59 +0000
commit5864d22cfe33fcefae4838f80d413595b6939c79 (patch)
tree90d830075f87b066ca8274af026282b32459144d
parente38754d81aecea0dc28812466332d392f0256c83 (diff)
parent7bca25ca77b0138f738d0a296defb2a45525eeae (diff)
downloadxz-java-android14-security-release.tar.gz
Change-Id: Id045fe9675b043369094cf5344eaede70d167175
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6e9d86a..f4d0a1d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,4 +40,7 @@ java_library_static {
sdk_version: "current",
// TODO(b/237039251) use "apex_inherit" when Java modules support it
min_sdk_version: "29",
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
+
}