mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Added SPDX-license-identifier-Apache-2.0 to: camera/device/3.7/Android.bp camera/provider/2.7/Android.bp soundtrigger/2.4/Android.bp soundtrigger/2.4/cli/Android.bp soundtrigger/2.4/vts/functional/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ibb3fc9cd32846ad8359f4e6b5f4460c3b54d4a36
31 lines
975 B
Plaintext
31 lines
975 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
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"],
|
|
}
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.soundtrigger@2.4",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"ISoundTriggerHw.hal",
|
|
"ISoundTriggerHwCallback.hal",
|
|
"ISoundTriggerHwGlobalCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.audio.common@2.0",
|
|
"android.hardware.soundtrigger@2.0",
|
|
"android.hardware.soundtrigger@2.1",
|
|
"android.hardware.soundtrigger@2.2",
|
|
"android.hardware.soundtrigger@2.3",
|
|
"android.hidl.base@1.0",
|
|
"android.hidl.safe_union@1.0",
|
|
],
|
|
gen_java: true,
|
|
}
|