[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces am: d3d6065f7e
am: 9703ec22d7
am: 3e41001bed
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2134674 Change-Id: I97789c411f869d31cba1b46151265c3b67a3de8f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
04bedffb11
2 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
|
||||
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "hardware_interfaces_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["hardware_interfaces_license"],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
name: "libboot_control_client",
|
||||
srcs: [
|
||||
|
@ -19,4 +28,4 @@ cc_library {
|
|||
"libcutils",
|
||||
"libutils",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,15 @@
|
|||
// limitations under the License.
|
||||
//
|
||||
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "hardware_interfaces_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["hardware_interfaces_license"],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.boot-service.default",
|
||||
defaults: ["libboot_control_defaults"],
|
||||
|
|
Loading…
Reference in a new issue