Merge "Allow grilservice_app to binder call twoshay" into main

This commit is contained in:
Frank Yu 2024-11-06 03:25:18 +00:00 committed by Android (Google) Code Review
commit 4cea32f400

View file

@ -2,3 +2,5 @@
allow grilservice_app hal_radio_ext_service:service_manager find;
# allow grilservice_app to binder call hal_radioext_default
binder_call(grilservice_app, hal_radioext_default)
# allow grilservice_app to binder call twoshay
binder_call(grilservice_app, twoshay)