Fix in-call audio issue

Update instance name of QcRilAudio HAL.
Mutliple (one per SIM) instances of
QcRilAudio HAL is required.

Change-Id: Ied34684509f1db37727880116bab785fddaaded3
This commit is contained in:
Wileen Chiu
2017-05-01 17:57:25 -07:00
committed by Thierry Strudel
parent 2d76a6ac61
commit 4e79aefebc

View File

@@ -288,4 +288,14 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.qcril.am</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IQcRilAudio</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
</manifest>