[LSC] Add LOCAL_LICENSE_KINDS to external/libxaac am: 39d57e0f7b am: d3457dd00d

Original change: 1588651

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I95d9d0c6d89dcc6a867754de1f5d1c2cddd3506e
This commit is contained in:
Bob Badour 2021-02-17 16:47:53 +00:00 committed by Automerger Merge Worker
commit c6a688f83a
3 changed files with 41 additions and 0 deletions

View file

@ -1,3 +1,26 @@
package {
default_applicable_licenses: ["external_libxaac_license"],
}
// Added automatically by a large-scale-change
//
// large-scale-change included anything that looked like it might be a license
// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
//
// Please consider removing redundant or irrelevant files from 'license_text:'.
// See: http://go/android-license-faq
license {
name: "external_libxaac_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"LICENSE",
"NOTICE",
],
}
cc_library_static {
name: "libxaacdec",

View file

@ -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_libxaac_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["external_libxaac_license"],
}
cc_fuzz {
name: "xaac_dec_fuzzer",
host_supported: true,

View file

@ -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_libxaac_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["external_libxaac_license"],
}
cc_test {
name: "xaacdec",