aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:05:10 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:05:10 +0000
commit81872a9516536a0d5d5b2c2196622c293264ebd2 (patch)
tree50dccb848fc9c0f9c9b0fd2ace4f33fa0aa32cc9
parenta402eac765c74587365cdb922f64e89bbab4a289 (diff)
parentf690ffd9a988d9a71c7ae80b9260b0bba09e69ae (diff)
downloadtinycompress-android12-d1-s5-release.tar.gz
Change-Id: Ie9278499684dce4d26154a0b398ea7f61c51b6bf
-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,