summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 22:26:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 22:26:20 +0000
commit2fc325df45f329fd1288a6f859dfcc74d79cda88 (patch)
tree91bbe2b45b6cba5f64547d8ff4b6eba7abad193a
parent9bb7dc7c16f20958ed28601a17aab38b5f9ff4f6 (diff)
parentd6061f232e1a3b405e349983f89093d7196f7480 (diff)
downloadsetupwizard-2fc325df45f329fd1288a6f859dfcc74d79cda88.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/setupwizard am: 0b5a1a89af am: d6061f232e
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/setupwizard/+/1574781 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If0bc4398f5606efe85e139074a6a536d96e52ecb
-rw-r--r--library/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/library/Android.bp b/library/Android.bp
index 61cd83a..f3dc9b2 100644
--- a/library/Android.bp
+++ b/library/Android.bp
@@ -2,6 +2,23 @@
// Build the platform version of setup wizard library.
//
+package {
+ default_applicable_licenses: ["frameworks_opt_setupwizard_library_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "frameworks_opt_setupwizard_library_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
android_library {
name: "setup-wizard-lib",