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: I3a09eb0c13f1209bb99b104d41a9d79f986147f5
This commit is contained in:
commit
1b05ea37e2
1 changed files with 21 additions and 0 deletions
21
Android.bp
21
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 {
|
cc_library_shared {
|
||||||
name: "libtinycompress",
|
name: "libtinycompress",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
|
|
Loading…
Reference in a new issue