[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/LatinIME am: caccbd3b84 am: 81c5719c77 am: 61019cbc2e

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Car/LatinIME/+/1588490

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5e78e82872993e81379d1c2f11d551f0f48d2a7d
diff --git a/Android.bp b/Android.bp
index 73bbeb3..418c174 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_app {
     name: "CarLatinIME",
     srcs: ["src/**/*.java"],