[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,
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 54b361b..1b170c0 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -2,6 +2,10 @@
// MmsService Robolectric test target. #
//############################################################
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_robolectric_test {
name: "MmsServiceRoboTests",
@@ -15,4 +19,4 @@
],
instrumentation_for: "MmsService",
-}
\ No newline at end of file
+}