aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}
-