aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:16:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:16:53 +0000
commit4ce13c06a0df2b8293ee8c18d68a8eb1643003b8 (patch)
tree90d830075f87b066ca8274af026282b32459144d
parent161d631306e93f2114fdccf5ebefc4154d6432c7 (diff)
parentfe03c97878f5a4a8633ba0f918fedb58c315fa5a (diff)
downloadxz-java-android14-mainline-sdkext-release.tar.gz
Change-Id: Ia130b6f2eccfa87cde8022e929942e017ca0936c
-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",
+
}