Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware_legacy"

This commit is contained in:
Bob Badour 2021-02-18 23:43:50 +00:00 committed by Gerrit Code Review
commit afd79930cc
2 changed files with 26 additions and 0 deletions

View file

@ -1,5 +1,22 @@
// Copyright 2006 The Android Open Source Project
package {
default_applicable_licenses: ["hardware_libhardware_legacy_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "hardware_libhardware_legacy_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"NOTICE",
],
}
cc_library_headers {
name: "libhardware_legacy_headers",
vendor_available: true,

View file

@ -3,6 +3,15 @@
//AUDIO_POLICY_TEST := true
//ENABLE_AUDIO_DUMP := true
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_libhardware_legacy_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_libhardware_legacy_license"],
}
cc_library_static {
srcs: [