aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:19:26 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:19:26 -0800
commit349a9846c945a488ca3dc0de75824aba4595157e (patch)
tree81124de095a6b4a53b223d0f70cadde9744ee44a
parent9393ddd7a06d8002e39e1966d5eb478e562e9476 (diff)
downloadjunit-349a9846c945a488ca3dc0de75824aba4595157e.tar.gz
[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
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
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,