summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 22:22:27 -0800
committerBob Badour <bbadour@google.com>2021-03-01 22:22:27 -0800
commit7f236c155e982854b7289d08774989967587fd3e (patch)
tree8fbf0c9f6200af5fb5b6c8ac4eecc6f608f817cd
parent1c9fc792f953786f6f4d317265547f45c023e03b (diff)
downloadImsServiceEntitlement-7f236c155e982854b7289d08774989967587fd3e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/ImsServiceEntitlement
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/unittests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I23d8aff34708b4ebdd1951683193968eb3f9e97e
-rw-r--r--Android.bp4
-rw-r--r--tests/unittests/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c6a5f33..5a07ea4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
genrule {
name: "statslog-imsentitlement-java-gen",
tools: ["stats-log-api-gen"],
diff --git a/tests/unittests/Android.bp b/tests/unittests/Android.bp
index 799ef94..262aa1e 100644
--- a/tests/unittests/Android.bp
+++ b/tests/unittests/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "ImsServiceEntitlementUnitTests",
srcs: ["src/**/*.java"],