[LSC] Add LOCAL_LICENSE_KINDS to system/update_engine

Added SPDX-license-identifier-Apache-2.0 to:
  liburing_cpp/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I4b28d8f6341f04e0414eda8eb1554cc41cb171af
diff --git a/liburing_cpp/Android.bp b/liburing_cpp/Android.bp
index 2296f7e..0daa48d 100644
--- a/liburing_cpp/Android.bp
+++ b/liburing_cpp/Android.bp
@@ -1,4 +1,13 @@
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_update_engine_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["system_update_engine_license"],
+}
+
 cc_library {
 	name: "liburing_cpp",
 	host_supported: true,
@@ -28,4 +37,4 @@
 		"liburing",
 		"liburing_cpp",
 	],
-}
\ No newline at end of file
+}