[LSC] Add LOCAL_LICENSE_KINDS to packages/services/Telecomm

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  testapps/Android.bp
  testapps/carmodedialer/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Ie5d06aea794e895202885be54a3e65d71641a74d
diff --git a/Android.bp b/Android.bp
index 0d89b00..b7eb450 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,7 @@
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 genrule {
     name: "statslog-telecom-java-gen",
     tools: ["stats-log-api-gen"],