mondrianwifi: move audio from hwbinder to passthrough as msm8974-common
This commit is contained in:
parent
3e84849d8f
commit
eab5739dfa
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user