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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia80c84a6c30eea13a5e163b10bbd77f69887473f
diff --git a/Android.bp b/Android.bp
index e33d97e..d61fa14 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"