Add permission for binding rild and grilservice

Bug: 208371668
Test: build
Change-Id: Ib5310032194fc4a13326db5002060a204d5f5b27
diff --git a/whitechapel_pro/grilservice_app.te b/whitechapel_pro/grilservice_app.te
index 50ff22a..6e0dd66 100644
--- a/whitechapel_pro/grilservice_app.te
+++ b/whitechapel_pro/grilservice_app.te
@@ -6,7 +6,9 @@
 allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
 allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
 allow grilservice_app hal_audiometricext_hwservice:hwservice_manager find;
+allow grilservice_app hal_exynos_rild_hwservice:hwservice_manager find;
 binder_call(grilservice_app, hal_bluetooth_btlinux)
 binder_call(grilservice_app, hal_radioext_default)
 binder_call(grilservice_app, hal_wifi_ext)
 binder_call(grilservice_app, hal_audiometricext_default)
+binder_call(grilservice_app, rild)
diff --git a/whitechapel_pro/rild.te b/whitechapel_pro/rild.te
index d30f4a9..4516c17 100644
--- a/whitechapel_pro/rild.te
+++ b/whitechapel_pro/rild.te
@@ -20,6 +20,7 @@
 binder_call(rild, modem_svc_sit)
 binder_call(rild, oemrilservice_app)
 binder_call(rild, hal_secure_element_uicc)
+binder_call(rild, grilservice_app)
 
 # for hal service
 add_hwservice(rild, hal_exynos_rild_hwservice)