mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Default Audio HAL service: add V7, remove V2 am: b4443504f1 am: 7707947ae7 am: 61e009c30f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1576845 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I79b341fffce1c78cef59a1ed2811d7aeed02c2aa
This commit is contained in:
@@ -63,17 +63,17 @@ int main(int /* argc */, char* /* argv */ []) {
|
||||
const std::vector<InterfacesList> mandatoryInterfaces = {
|
||||
{
|
||||
"Audio Core API",
|
||||
"android.hardware.audio@7.0::IDevicesFactory",
|
||||
"android.hardware.audio@6.0::IDevicesFactory",
|
||||
"android.hardware.audio@5.0::IDevicesFactory",
|
||||
"android.hardware.audio@4.0::IDevicesFactory",
|
||||
"android.hardware.audio@2.0::IDevicesFactory"
|
||||
},
|
||||
{
|
||||
"Audio Effect API",
|
||||
"android.hardware.audio.effect@7.0::IEffectsFactory",
|
||||
"android.hardware.audio.effect@6.0::IEffectsFactory",
|
||||
"android.hardware.audio.effect@5.0::IEffectsFactory",
|
||||
"android.hardware.audio.effect@4.0::IEffectsFactory",
|
||||
"android.hardware.audio.effect@2.0::IEffectsFactory",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user