From 6ac53217bed15f5fe188d3d32fc9d0036954483e Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 15:37:37 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/python/cffi Added SPDX-license-identifier-MIT to: Android.bp c/Android.bp cffi/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifbd846214ba6276ebc55e6baa399657c2db1894a --- c/Android.bp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/Android.bp b/c/Android.bp index baced02..7ddc006 100644 --- a/c/Android.bp +++ b/c/Android.bp @@ -1,3 +1,12 @@ +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "external_python_cffi_license" + // to get the below license kinds: + // SPDX-license-identifier-MIT + default_applicable_licenses: ["external_python_cffi_license"], +} + python_library { name: "py-cffi-backend", host_supported: true, @@ -49,5 +58,3 @@ filegroup { ".libs_cffi_backend/libffi-45372312.so.6.0.4", ], } - - -- cgit v1.2.3