aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:21 +0000
commitc97d9f45ed31be88dba2aecc383499953518788a (patch)
tree90d830075f87b066ca8274af026282b32459144d
parentf61d73ef47f6e54a671a9bedcdfc3aaca59da943 (diff)
parentfe03c97878f5a4a8633ba0f918fedb58c315fa5a (diff)
downloadxz-java-c97d9f45ed31be88dba2aecc383499953518788a.tar.gz
Change-Id: Ic16ba540f340425d6e3accdc1664e3090528e035
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 20760f8..f4d0a1d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,4 +38,9 @@ java_library_static {
host_supported: true,
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",
+
}