aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-17 01:16:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-17 01:16:10 +0000
commit35887c8f1cc1649ddedda37b49136f24fb04f9a7 (patch)
treee6cb361552703f832fe02b1f83edcf809040922e
parent0ac204970ea8f7ca0e97b26e85384ed5b378cfa1 (diff)
parent6e482088168336a7ccb2de439053b11a4dad04ba (diff)
downloadjackson-core-android14-d1-s2-release.tar.gz
Change-Id: I6f24929febb5d074eba24e0c17a033f9fa8c9b6f
-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",
}