aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:02:50 +0000
commit3841842ed8440c9c182fc337ff623336d9668848 (patch)
treee6cb361552703f832fe02b1f83edcf809040922e
parent4673a15a6ce259a5da9c1b92948482951487f9d6 (diff)
parentd822c1677ce77118c00e3273d7dbc22c963e7565 (diff)
downloadjackson-core-android14-mainline-permission-release.tar.gz
Change-Id: I24b03d302a09e666925aa8989ceae048db67a809
-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 "