[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/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
+}