4a016add95
This has turned out to be an empty interface. By removing
it we save about 100 kB in the interface code.
Bug: 217752112
Test: atest VtsHalAudioV7_1TargetTest
Change-Id: I2522653600a254ddcf2c4eac8bed1df69ac11d3d
(cherry picked from commit 893ea21681
)
Merged-In: I2522653600a254ddcf2c4eac8bed1df69ac11d3d
31 lines
919 B
Text
31 lines
919 B
Text
// 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.audio@7.1",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"types.hal",
|
|
"IDevice.hal",
|
|
"IDevicesFactory.hal",
|
|
"IPrimaryDevice.hal",
|
|
"IStreamOut.hal",
|
|
"IStreamOutLatencyModeCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.audio@7.0",
|
|
"android.hardware.audio.common@7.0",
|
|
"android.hidl.base@1.0",
|
|
"android.hidl.safe_union@1.0",
|
|
],
|
|
gen_java: false,
|
|
gen_java_constants: false,
|
|
}
|