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 --- cffi/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cffi/Android.bp') diff --git a/cffi/Android.bp b/cffi/Android.bp index e25787e..c600087 100644 --- a/cffi/Android.bp +++ b/cffi/Android.bp @@ -11,6 +11,15 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +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", host_supported: true, -- cgit v1.2.3