summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 19:45:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-05 19:45:16 +0000
commit7780edce9272a417ba99947c722df99fc2134698 (patch)
tree58011f9cea9b6610fd36096c104012a2e7051062
parent0a7335dc602899dfac7f63d5b3f4a1846b956e13 (diff)
parentd040c936b12650091069f57f4ebabce05f68cc80 (diff)
downloadStk-7780edce9272a417ba99947c722df99fc2134698.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Stk"android-s-preview-1
-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"],