Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware_legacy" am: afd79930cc
am: 63be865585
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1588038 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie510edc0b80ce8fb322aeaf77faadc2171f0d833
This commit is contained in:
commit
fba2066876
2 changed files with 26 additions and 0 deletions
17
Android.bp
17
Android.bp
|
@ -1,5 +1,22 @@
|
||||||
// Copyright 2006 The Android Open Source Project
|
// 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 {
|
cc_library_headers {
|
||||||
name: "libhardware_legacy_headers",
|
name: "libhardware_legacy_headers",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
|
|
@ -3,6 +3,15 @@
|
||||||
//AUDIO_POLICY_TEST := true
|
//AUDIO_POLICY_TEST := true
|
||||||
//ENABLE_AUDIO_DUMP := 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 {
|
cc_library_static {
|
||||||
|
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
Loading…
Reference in a new issue