Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware_legacy" am: afd79930cc
am: 63be865585
am: fba2066876
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1588038 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I362a99e806ff938c3105e654fd3251a9da875d00
This commit is contained in:
commit
b6ce28b677
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
|
||||
|
||||
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,
|
||||
|
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue