[LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LeanbackIME am: 6244788ee7 am: d51861ec4a am: 84aa34407f

Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LeanbackIME/+/1576152

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic752ef786840cbac35cf3141abc85beed0681a73
diff --git a/Android.bp b/Android.bp
index 3532edf..9fae49d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+    default_applicable_licenses: ["packages_inputmethods_LeanbackIME_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+    name: "packages_inputmethods_LeanbackIME_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 version_name = "1.00-aosp"
 version_code = "100"