[LSC] Add LOCAL_LICENSE_KINDS to external/python/bumble am: b74aa5991d am: 9b28adca4c am: 7a7906dd2a
Original change: https://android-review.googlesource.com/c/platform/external/python/bumble/+/2189698
Change-Id: I805aaa26b3903c984f43a96460026e18f9f53938
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 2fb450f..7d26b07 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_python_bumble_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_bumble_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
python_library_host {
name: "bumble",
srcs: [