[LSC] Add LOCAL_LICENSE_KINDS to system/update_engine am: c82a74390a
Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/2273950
Change-Id: Ieb3ef4f1dbf948f75c30e27384fac0de8a7c7815
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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
+}