[LSC] Add LOCAL_LICENSE_KINDS to packages/services/Mms

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  tests/robotests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I56b54217094e92a35d855103b2f81c465ab36ca2
diff --git a/Android.bp b/Android.bp
index a7a533c..e7e78ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,10 @@
 //
 // Mms service
 //
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_app {
     name: "MmsService",
     platform_apis: true,