sm6250-common: Switch to Audio HAL V6

Switch to Audio HAL V6

Test: VtsHalAudioV6_0TargetTest VtsHalAudioEffectV6_0TargetTest
Bug: 155591007
Change-Id: If40ae28c224160728634736ee95590a779f905c4
(cherry picked from commit f11963392c9afd79704822a5812ef4412f3810db)
This commit is contained in:
Mikhail Naganov 2019-11-22 17:34:45 -08:00 committed by Demon000
parent c034f3b609
commit 05701732a5
2 changed files with 6 additions and 6 deletions

View File

@ -39,8 +39,8 @@ PRODUCT_PACKAGES += \
libtinycompress libtinycompress
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio@5.0-impl:32 \ android.hardware.audio@6.0-impl:32 \
android.hardware.audio.effect@5.0-impl:32 \ android.hardware.audio.effect@6.0-impl:32 \
android.hardware.soundtrigger@2.2-impl \ android.hardware.soundtrigger@2.2-impl \
android.hardware.audio@2.0-service android.hardware.audio@2.0-service

View File

@ -2,22 +2,22 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>5.0</version> <version>6.0</version>
<interface> <interface>
<name>IDevicesFactory</name> <name>IDevicesFactory</name>
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<fqname>@5.0::IDevicesFactory/default</fqname> <fqname>@6.0::IDevicesFactory/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio.effect</name> <name>android.hardware.audio.effect</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>5.0</version> <version>6.0</version>
<interface> <interface>
<name>IEffectsFactory</name> <name>IEffectsFactory</name>
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<fqname>@5.0::IEffectsFactory/default</fqname> <fqname>@6.0::IEffectsFactory/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name> <name>android.hardware.biometrics.fingerprint</name>