Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/junit"
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,