summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:40:28 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:40:28 -0800
commitb3b25926847176bb5b30a0091d8f69074f005ea2 (patch)
tree33f684fad1b62c4b087738cb8c51a817de70509f
parent059da03898b7eda80a0258c6e4db3a3c039d6361 (diff)
downloadUserDictionaryProvider-b3b25926847176bb5b30a0091d8f69074f005ea2.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/UserDictionaryProvider
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ica2eb13f0de778dfeeef702d9bb34fad9183d99e
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a35fdca..d731ebe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,22 @@
+package {
+ default_applicable_licenses: [
+ "packages_providers_UserDictionaryProvider_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "packages_providers_UserDictionaryProvider_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "UserDictionaryProvider",
srcs: ["**/*.java"],