summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 07:48:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-19 07:48:39 +0000
commit80cd1f264afd3a4ef5267be56be1cd603549143b (patch)
treeb71501cb52656c03c80eb97de2bfd8b0f28b3011
parentef2d216ffc1b47b09d004de53f1871894b92eda7 (diff)
parentb97c913d5355bc8d69877189ca5ffaeb7a551144 (diff)
downloadMms-80cd1f264afd3a4ef5267be56be1cd603549143b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/services/Mms am: 81509f4595 am: b97c913d53
Original change: https://android-review.googlesource.com/c/platform/packages/services/Mms/+/1588555 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6191a5ef63b72bd1e023192f2c3823d9d0622825
-rw-r--r--Android.bp4
-rw-r--r--tests/robotests/Android.bp6
2 files changed, 9 insertions, 1 deletions
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 @@ android_robolectric_test {
],
instrumentation_for: "MmsService",
-} \ No newline at end of file
+}