[LSC] Add LOCAL_LICENSE_KINDS to external/libxaac am: 39d57e0f7b
Original change: 1588651
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie12bd9da045c95ef3b0408b3e24ee138fbdf596c
This commit is contained in:
commit
d3457dd00d
3 changed files with 41 additions and 0 deletions
23
Android.bp
23
Android.bp
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue