From a94481b0e10955267682118adec18bff40bdf513 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 15:35:03 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/python/enum34 Added SPDX-license-identifier-BSD to: enum/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I950f77207f136c7a66d9352ffa2906c4d0d09234 --- enum/Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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, -- cgit v1.2.3