From f446ad729096bb12650725f4090017fd2b73b4ec Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Tue, 18 Sep 2018 11:06:12 +0200 Subject: [PATCH] Revert "Fix qti in-call audio on P vendor" This reverts commit ef2dd1fb34d2526a5229d5da2721253cd7a0761e. This commit doesn't fix anything --- sepolicy/qualcomm.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sepolicy/qualcomm.te b/sepolicy/qualcomm.te index b3b0166..9774d76 100644 --- a/sepolicy/qualcomm.te +++ b/sepolicy/qualcomm.te @@ -1,10 +1,9 @@ attribute rild_26_0; attribute rild_27_0; -attribute rild_28_0; #me.phh.treble.qti.audio is system-signed allow system_app hal_telephony_hwservice:hwservice_manager { find }; -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 }; +allow { rild_26_0 rild_27_0 system_app } { rild_26_0 rild_27_0 system_app }:binder { call transfer }; #Pixel 1 type vnd_qcril_audio_hwservice, hwservice_manager_type;