Fix qti in-call audio on P vendor

This commit is contained in:
sanshu 2018-09-07 14:08:37 +08:00 committed by Pierre-Hugues HUSSON
parent fa5792249b
commit ef2dd1fb34

View File

@ -1,9 +1,10 @@
attribute rild_26_0; attribute rild_26_0;
attribute rild_27_0; attribute rild_27_0;
attribute rild_28_0;
#me.phh.treble.qti.audio is system-signed #me.phh.treble.qti.audio is system-signed
allow system_app hal_telephony_hwservice:hwservice_manager { find }; allow system_app hal_telephony_hwservice:hwservice_manager { find };
allow { rild_26_0 rild_27_0 system_app } { rild_26_0 rild_27_0 system_app }:binder { call transfer }; allow { rild_26_0 rild_27_0 rild_28_0 system_app } { rild_26_0 rild_27_0 rild_28_0 system_app }:binder { call transfer };
#Pixel 1 #Pixel 1
type vnd_qcril_audio_hwservice, hwservice_manager_type; type vnd_qcril_audio_hwservice, hwservice_manager_type;