aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-11-04 21:10:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-04 21:10:26 +0000
commitc38ef056f0aa8774a663df99b253e94436ac0fc9 (patch)
tree61c4f189e8472f359f28fed4b640373c12cd33af
parent095be0703a7c342b5489cee4b88d0e67c7135f38 (diff)
parent99ac60f9124247085094d7ae71f8884460a8432b (diff)
downloadliburing-c38ef056f0aa8774a663df99b253e94436ac0fc9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/liburing am: 99ac60f912
Original change: https://android-review.googlesource.com/c/platform/external/liburing/+/1880520 Change-Id: I683b99a1e028a942695d1ddc2312ff50a70e04aa
-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,
}
-