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