aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:38 +0000
commit740de8cf48db28b863c1b54183626284b73cb07e (patch)
treee6cb361552703f832fe02b1f83edcf809040922e
parent5d22d536b428fcb935249dbe2bc6ee48f61f2d27 (diff)
parentd822c1677ce77118c00e3273d7dbc22c963e7565 (diff)
downloadjackson-core-android14-mainline-uwb-release.tar.gz
Change-Id: I6bb4c9c3c0a8436193b31da7b1c688b8bac99398
-rw-r--r--Android.bp2
-rw-r--r--METADATA2
2 files changed, 3 insertions, 1 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",
}
diff --git a/METADATA b/METADATA
index 91d28eb0..0d45b52d 100644
--- a/METADATA
+++ b/METADATA
@@ -1,6 +1,6 @@
name: "jackson-core"
description:
- "This project contains core low-level incremental ("streaming") parser and "
+ "This project contains core low-level incremental (\"streaming\") parser and "
"generator abstractions used by Jackson Data Processor. It also includes "
"the default implementation of handler types (parser, generator) that "
"handle JSON format. The core abstractions are not JSON specific, although "