Merge "Allow GrilService to access bluetooth extension HAL" into main

This commit is contained in:
Ted Wang 2024-01-24 02:38:02 +00:00 committed by Android (Google) Code Review
commit a446b6d3ae

View file

@ -3,6 +3,7 @@ app_domain(grilservice_app)
allow grilservice_app app_api_service:service_manager find;
allow grilservice_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
allow grilservice_app hal_bluetooth_coexistence_service:service_manager find;
allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
allow grilservice_app hal_wifi_ext_service:service_manager find;