summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 20:49:58 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 20:49:58 +0000
commit3b4d98d586af0f2ae3530abf2d44bfe361613859 (patch)
tree58011f9cea9b6610fd36096c104012a2e7051062
parent07c0f71192a0ce6b1a26e7377b43e44b0b758f14 (diff)
parentffcc9548b64dc278054c6f76dab7cd14dd6461b6 (diff)
downloadStk-3b4d98d586af0f2ae3530abf2d44bfe361613859.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Stk" am: 7780edce92 am: ffcc9548b6
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Stk/+/1576202 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9e6095890946a64c178df1c356ba8ed7077356a9
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cffb421..03bb2ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// Copyright 2007-2008 The Android Open Source Project
+package {
+ default_applicable_licenses: ["packages_apps_Stk_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "packages_apps_Stk_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "Stk",
libs: ["telephony-common"],