Snap for 10453563 from d822c1677ce77118c00e3273d7dbc22c963e7565 to mainline-adservices-release

Change-Id: I0f4fb938dc900b2715ac098978685034b4c05c91
diff --git a/Android.bp b/Android.bp
index 2eb0b83..fb286b9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,4 +37,6 @@
         "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 91d28eb..0d45b52 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 "