[LSC] Add LOCAL_LICENSE_KINDS to external/python/pybind11 am: 2bbe9af283 am: 8d0f6cb976 am: 03465f3f66

Original change: https://android-review.googlesource.com/c/platform/external/python/pybind11/+/1588576

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id3b2213768b6c09986dc5d8b7d84787caac92226
diff --git a/Android.bp b/Android.bp
index 9e7844d..e6baf9f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+    default_applicable_licenses: ["external_python_pybind11_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_python_pybind11_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 cc_library_headers {
     name: "pybind11_headers",
     host_supported: true,