Allow treble_app to access mediatek radio hal to detect it

This commit is contained in:
Pierre-Hugues Husson 2020-10-26 22:45:37 +01:00
parent 0ed42b1d02
commit d1a638f4f8
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ allow system_app hal_tp_default:binder { call };
set_prop(system_app, default_prop);
set_prop(system_app, exported3_default_prop);
type mtk_hal_rild_hwservice, hwservice_manager_type;
allow system_app mtk_hal_rild_hwservice:hwservice_manager { find};