[LSC] Add LOCAL_LICENSE_KINDS to external/libavc
Added SPDX-license-identifier-Apache-2.0 to: Android.bp fuzzer/Android.bp test/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I3ad48ae634869eb3486d5c68962c992be83b2003
This commit is contained in:
parent
f5d0c99fa9
commit
c0aae295ed
3 changed files with 35 additions and 0 deletions
17
Android.bp
17
Android.bp
|
|
@ -1,3 +1,20 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["external_libavc_license"],
|
||||||
|
}
|
||||||
|
|
||||||
|
// Added automatically by a large-scale-change
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
license {
|
||||||
|
name: "external_libavc_license",
|
||||||
|
visibility: [":__subpackages__"],
|
||||||
|
license_kinds: [
|
||||||
|
"SPDX-license-identifier-Apache-2.0",
|
||||||
|
],
|
||||||
|
license_text: [
|
||||||
|
"NOTICE",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libavcdec",
|
name: "libavcdec",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
|
// all of the 'license_kinds' from "external_libavc_license"
|
||||||
|
// to get the below license kinds:
|
||||||
|
// SPDX-license-identifier-Apache-2.0
|
||||||
|
default_applicable_licenses: ["external_libavc_license"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_fuzz {
|
cc_fuzz {
|
||||||
name: "avc_dec_fuzzer",
|
name: "avc_dec_fuzzer",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
|
// all of the 'license_kinds' from "external_libavc_license"
|
||||||
|
// to get the below license kinds:
|
||||||
|
// SPDX-license-identifier-Apache-2.0
|
||||||
|
default_applicable_licenses: ["external_libavc_license"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
name: "avcdec",
|
name: "avcdec",
|
||||||
gtest: false,
|
gtest: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue