[LSC] Add LOCAL_LICENSE_KINDS to external/python/six am: 2bb1eae598 am: ec4b0b59d1 am: 7d19a2c3f0

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I77ce67cbd23cfc1d00599034518f64e11a3bfabf
diff --git a/Android.bp b/Android.bp
index 45beb08..1b291b2 100644
--- a/Android.bp
+++ b/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_six_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_python_six_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 python_library {
     name: "py-six",
     host_supported: true,