summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-22 00:07:57 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-22 00:07:57 +0000
commita8ad2273bdc87a2f15a083f53302584bae8931b3 (patch)
tree33f684fad1b62c4b087738cb8c51a817de70509f
parentd4cba003dcb5f2ece1d06359bbe699cdb299d862 (diff)
parent0831aab98809bf51d167ff49198585b4da739aab (diff)
downloadUserDictionaryProvider-a8ad2273bdc87a2f15a083f53302584bae8931b3.tar.gz
Snap for 7161250 from 0831aab98809bf51d167ff49198585b4da739aab to sc-d1-release
Change-Id: Iee124a9aaffb2e65495ac44d5478008cfa63a971
-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"],