mondrianwifi: move audio from hwbinder to passthrough as msm8974-common

This commit is contained in:
nyyu 2021-08-24 18:15:19 +02:00
parent 3e84849d8f
commit eab5739dfa
2 changed files with 2 additions and 3 deletions

View File

@ -76,7 +76,6 @@ PRODUCT_COPY_FILES += \
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-impl \
android.hardware.audio@2.0-service \
android.hardware.audio.effect@2.0-impl \
audio_policy.msm8974 \
audio.a2dp.default \

View File

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