aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 18:07:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 18:07:37 +0000
commit9bfdf373e9396a812ba64956f9bdebb9abca313d (patch)
tree50dccb848fc9c0f9c9b0fd2ace4f33fa0aa32cc9
parent5160726ce0c09a59c07420b1e00a99ee0ffcf13b (diff)
parentf690ffd9a988d9a71c7ae80b9260b0bba09e69ae (diff)
downloadtinycompress-9bfdf373e9396a812ba64956f9bdebb9abca313d.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/tinycompress" am: 3a930cc474 am: efc77b356b am: dc32830263 am: f690ffd9a9
Original change: https://android-review.googlesource.com/c/platform/external/tinycompress/+/1588694 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1cfd455d0f8c1ad0aae2f08f7dd3d569362db00f
-rw-r--r--Android.bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c11a974..a4f8d6d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,24 @@
+package {
+ default_applicable_licenses: ["external_tinycompress_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change filtered out the below license kinds as false-positives:
+// SPDX-license-identifier-LGPL
+// SPDX-license-identifier-LGPL-2.1
+// See: http://go/android-license-faq
+license {
+ name: "external_tinycompress_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libtinycompress",
vendor: true,