aboutsummaryrefslogtreecommitdiff
path: root/hamcrest-library/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'hamcrest-library/Android.bp')
-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,