aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-17 03:09:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-17 03:09:18 +0000
commit714a4b22de221934014df60dbc5dcfc7852ddfd3 (patch)
treee6cb361552703f832fe02b1f83edcf809040922e
parent9ce850b4a9a8837424e17418d60eef55e7ec84dc (diff)
parent5a54cbc8c26959ef1e06250c7800c7ad5159ad4e (diff)
downloadjackson-core-android14-s1-release.tar.gz
Change-Id: I07f57a3bc65b8dcce6785e713d67c990e12e6875
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2eb0b830..fb286b9d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,4 +37,6 @@ java_library_host {
"android/src/**/*.java",
"src/main/**/*.java",
],
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
}