aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-11-04 11:00:01 -0700
committerBob Badour <bbadour@google.com>2021-11-04 11:00:01 -0700
commit99ac60f9124247085094d7ae71f8884460a8432b (patch)
tree61c4f189e8472f359f28fed4b640373c12cd33af
parente18d2f2a32ddaf6a55d903071bca3e4e7e010c15 (diff)
downloadliburing-99ac60f9124247085094d7ae71f8884460a8432b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/liburing
Added legacy_notice to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I2ea0e7933a0c701bd2bbf6fa6b3c00cf6fa4ea99
-rw-r--r--Android.bp26
1 files changed, 25 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7d4f70a..a7aee0d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,28 @@
+package {
+ default_applicable_licenses: ["external_liburing_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_liburing_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_notice",
+ ],
+ license_text: [
+ "COPYING",
+ "COPYING.GPL",
+ "LICENSE",
+ "NOTICE",
+ ],
+}
+
cc_defaults {
name: "iouring_defaults",
@@ -24,4 +49,3 @@ cc_library_static {
ramdisk_available: true,
vendor_ramdisk_available: true,
}
-