[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
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 @@
     ramdisk_available: true,
     vendor_ramdisk_available: true,
 }
-