From a0eafbe9303902bc48876d0f2acd8ac67067b586 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 27 Jan 2022 13:57:20 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/python/cachetools Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I911db599ab7d0f4d36728bc4ea41212d80c4e17a --- Android.bp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 3f92aff..ce99854 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_cachetools_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_python_cachetools_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-MIT", + ], + license_text: [ + "LICENSE", + ], +} + python_library { name: "py-cachetools", host_supported: true, @@ -26,4 +43,4 @@ python_library { enabled: true, }, }, -} \ No newline at end of file +} -- cgit v1.2.3