aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 22:23:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 22:23:26 +0000
commit92937ff285eae1d0629be0f2239014500e4f91a7 (patch)
tree81124de095a6b4a53b223d0f70cadde9744ee44a
parentf86beaa2f18c818dac5e4a04e46721436fdd9a92 (diff)
parent730701d221f9ea31cbd6a05202cd94dbb22a4c61 (diff)
downloadjunit-92937ff285eae1d0629be0f2239014500e4f91a7.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/junit" am: e938015d2d am: 730701d221
Original change: https://android-review.googlesource.com/c/platform/external/junit/+/1588866 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib7125f6183726bfdc789395963a18bdaa0023d47
-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,