[LSC] Add LOCAL_LICENSE_KINDS to external/libavc am: c0aae295ed
Original change: 1588908
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I7dcdab9dbd3a5cc8df866a81f6a571a7a62b64fa
This commit is contained in:
commit
7075beb8a3
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