aboutsummaryrefslogtreecommitdiff
path: root/hamcrest-library
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:38:57 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:38:57 -0800
commit443835c0b81189baa7cd6b7f1dc7739d6cf21feb (patch)
treebc49e23da767d4c70471c0566413ceba1b11231b /hamcrest-library
parent9b5182989e2f45f9a2097445278e590c229f140c (diff)
downloadhamcrest-443835c0b81189baa7cd6b7f1dc7739d6cf21feb.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/hamcrest
Added SPDX-license-identifier-BSD to: Android.bp hamcrest-core/Android.bp hamcrest-library/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Id9817834e456f065748b1b021cefc612567d2ca3
Diffstat (limited to 'hamcrest-library')
-rw-r--r--hamcrest-library/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/hamcrest-library/Android.bp b/hamcrest-library/Android.bp
index b91fb99..915ce48 100644
--- a/hamcrest-library/Android.bp
+++ b/hamcrest-library/Android.bp
@@ -14,6 +14,15 @@
//
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_hamcrest_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_hamcrest_license"],
+}
+
java_library_static {
name: "hamcrest-library",
host_supported: true,