Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/jline" am: 06df6a9830 am: 876f2ca76d am: 266d447700 am: a41b0cfa1b

Original change: https://android-review.googlesource.com/c/platform/external/jline/+/1588632

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1a0a29726fac3759c1d13cb2d7adcbf16d41ad9d
diff --git a/Android.bp b/Android.bp
index 7276cca..fa0b136 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,29 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["external_jline_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+    name: "external_jline_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE.txt",
+        "NOTICE",
+    ],
+}
+
 java_import_host {
   name: "jline-1.0",
   jars: [ "jline-1.0.jar" ],