[LSC] Add LOCAL_LICENSE_KINDS to external/python/enum34 am: a94481b0e1 am: f6d48216b1 am: 503e9bdee8

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1b76b9723228f7f5ebd0769c486e2a33a7edb031
diff --git a/enum/Android.bp b/enum/Android.bp
index e884f85..95daf3f 100644
--- a/enum/Android.bp
+++ b/enum/Android.bp
@@ -12,6 +12,23 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["external_python_enum34_enum_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_python_enum34_enum_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 python_library {
     name: "py-enum34",
     host_supported: true,