[LSC] Add LOCAL_LICENSE_KINDS to external/python/markupsafe Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9fa7d92e0a3abbe82b95c785042e5fa8f1b64f79
diff --git a/Android.bp b/Android.bp index 9d3fe9f..451b078 100644 --- a/Android.bp +++ b/Android.bp
@@ -1,3 +1,20 @@ +package { + default_applicable_licenses: ["external_python_markupsafe_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_python_markupsafe_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-BSD", + ], + license_text: [ + "LICENSE.rst", + ], +} + python_library { name: "py-markupsafe", host_supported: true,