[LSC] Add LOCAL_LICENSE_KINDS to packages/services/Telephony

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  apex/Android.bp
  apex/testing/Android.bp
  ecc/conversion_toolset_v1/proto/Android.bp
  testapps/EmbmsServiceTestApp/Android.bp
  testapps/EmbmsTestDownloadApp/Android.bp
  testapps/EmbmsTestStreamingApp/Android.bp
  testapps/GbaTestApp/Android.bp
  testapps/ImsTestService/Android.bp
  testapps/SmsManagerTestApp/Android.bp
  testapps/TelephonyManagerTestApp/Android.bp
  testapps/TelephonyRegistryTestApp/Android.bp
  testapps/TestRcsApp/TestApp/Android.bp
  testapps/TestRcsApp/aosp_test_rcsclient/Android.bp
  tests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I34a6892277004d816e41e06a848a679ff3817ecb
diff --git a/Android.bp b/Android.bp
index e7ca068..4357f12 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,23 @@
 // Build the Phone app which includes the emergency dialer. See Contacts
 // for the 'other' dialer.
 
+package {
+    default_applicable_licenses: ["packages_services_Telephony_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "packages_services_Telephony_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+    ],
+    license_text: [
+        "NOTICE",
+    ],
+}
+
 android_app {
     name: "TeleService",