From d9eb8a8ca89f560b418734c34b0f268be21fa584 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 15:40:46 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/instant 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: I39e64d997cde4ad1cde1d4f6a25a2f2a437d6888 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index e600e2a..4d1f5e3 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,22 @@ // This file is generated by cargo2android.py --run --device --dependencies. +package { + default_applicable_licenses: ["external_rust_crates_instant_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_rust_crates_instant_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-BSD", + ], + license_text: [ + "LICENSE", + ], +} + rust_library { name: "libinstant", host_supported: true, -- cgit v1.2.3