From 84f1b3f21161aa73a8392977a1ed80d3682c3960 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 18:58:06 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/nist-pkits Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I3a35a807c498a0f9103840f3586d5f15b9f0448b --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index 55c1f28..faa5a9b 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_nist-pkits_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_nist-pkits_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "NOTICE", + ], +} + java_test { name: "nist-pkix-tests", hostdex: true, -- cgit v1.2.3