aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 23:17:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 23:17:59 +0000
commit90a87fa54bd6401cf7be50aa410ced3306caa492 (patch)
tree5d22f208c5c59620629788d75c14728e06be2c93
parent81fb476f53f1d5b0cd001975ca1bac37ae9da038 (diff)
parent308339991aca8a861b39acb622cd33290bd20a87 (diff)
downloadjunit-params-90a87fa54bd6401cf7be50aa410ced3306caa492.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/junit-params am: e615c58961 am: 6509733e56 am: 925b046b73 am: 308339991a
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1588971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I51c6a40404dfb66c7b400daeee4d866e3a28dfe5
-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,
}
-