aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 01:10:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-04 01:10:05 +0000
commit68686f7aa6fb1cc7ff14a55c01d7dc427f9b3125 (patch)
tree50dccb848fc9c0f9c9b0fd2ace4f33fa0aa32cc9
parent5edf817413d90ac4cadf4380b075db0af7675981 (diff)
parent85926ed05200a6de78b355c5a52af0cf2a6dd009 (diff)
downloadtinycompress-platform-tools-31.0.2.tar.gz
Merge "Snap for 7183507 from efc77b356b654ac4704ee5ee7f7a5c7d3f3f7e71 to sdk-release" into sdk-releaseplatform-tools-31.0.3platform-tools-31.0.2platform-tools-31.0.1
-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,