msm8974-common: Switch audio HAL to V7

This commit is contained in:
nyyu 2022-10-01 23:44:16 +02:00
parent 53afcdf3eb
commit 824be3531e
2 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<manifest version="1.0" type="device" target-level="legacy">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport arch="32">passthrough</transport>
<version>5.0</version>
<transport>hwbinder</transport>
<version>7.0</version>
<interface>
<name>IDevicesFactory</name>
<instance>default</instance>
@ -10,8 +10,8 @@
</hal>
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport arch="32">passthrough</transport>
<version>5.0</version>
<transport>hwbinder</transport>
<version>7.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>

View File

@ -47,8 +47,10 @@ PRODUCT_COPY_FILES += \
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio@5.0-impl \
android.hardware.audio.effect@5.0-impl \
android.hardware.audio.service \
android.hardware.audio@7.0-impl:32 \
android.hardware.audio.effect@7.0-impl:32 \
audio.bluetooth.default \
audio.primary.msm8974 \
audio.r_submix.default \
audio.usb.default \