From 349a9846c945a488ca3dc0de75824aba4595157e Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 15:19:26 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/junit Added SPDX-license-identifier-EPL to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9cd43f586feb5cd5906cd6b649dd5f020836136c --- Android.bp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 34d70c3..c7b93cb 100644 --- a/Android.bp +++ b/Android.bp @@ -14,6 +14,29 @@ // // +package { + default_applicable_licenses: ["external_junit_license"], +} + +// Added automatically by a large-scale-change +// +// large-scale-change included anything that looked like it might be a license +// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc. +// +// Please consider removing redundant or irrelevant files from 'license_text:'. +// See: http://go/android-license-faq +license { + name: "external_junit_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-EPL", + ], + license_text: [ + "LICENSE-junit.txt", + "NOTICE.txt", + ], +} + java_library_static { name: "junit", host_supported: true, -- cgit v1.2.3