aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:40:16 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:40:16 -0800
commite615c5896147f3fdc849b5e038243634b2893616 (patch)
tree5d22f208c5c59620629788d75c14728e06be2c93
parente21cb0ad35bbc08f5143eb5c9ba02e08806ef08a (diff)
downloadjunit-params-e615c5896147f3fdc849b5e038243634b2893616.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/junit-paramsandroid-s-preview-1
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: I68439a22abd65fb246be3585940f9e4c49fa0ada
-rw-r--r--Android.bp18
1 files changed, 17 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index fdc1eb4..eb14249 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,23 @@
//-------------------------------
// build a target jar
+package {
+ default_applicable_licenses: ["external_junit-params_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_junit-params_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
java_library {
name: "junit-params",
host_supported: true,
@@ -60,4 +77,3 @@ java_import {
jars: ["lib/assertj-core-1.7.1.jar"],
host_supported: true,
}
-