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:
parent
c034f3b609
commit
05701732a5
@ -39,8 +39,8 @@ PRODUCT_PACKAGES += \
|
||||
libtinycompress
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.audio@5.0-impl:32 \
|
||||
android.hardware.audio.effect@5.0-impl:32 \
|
||||
android.hardware.audio@6.0-impl:32 \
|
||||
android.hardware.audio.effect@6.0-impl:32 \
|
||||
android.hardware.soundtrigger@2.2-impl \
|
||||
android.hardware.audio@2.0-service
|
||||
|
||||
|
@ -2,22 +2,22 @@
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.audio</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>5.0</version>
|
||||
<version>6.0</version>
|
||||
<interface>
|
||||
<name>IDevicesFactory</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<fqname>@5.0::IDevicesFactory/default</fqname>
|
||||
<fqname>@6.0::IDevicesFactory/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.audio.effect</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>5.0</version>
|
||||
<version>6.0</version>
|
||||
<interface>
|
||||
<name>IEffectsFactory</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<fqname>@5.0::IEffectsFactory/default</fqname>
|
||||
<fqname>@6.0::IEffectsFactory/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.biometrics.fingerprint</name>
|
||||
|
Loading…
Reference in New Issue
Block a user