Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware_legacy" am: afd79930cc am: 63be865585 am: fba2066876 am: b6ce28b677

Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1588038

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie195a62418b2d2110fb5391882465397fd7a7f78
This commit is contained in:
Bob Badour 2021-02-20 18:08:04 +00:00 committed by Automerger Merge Worker
commit 48d1527f1c
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: [