summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",