Merge "Make broadcastradio_service accessible from CTS" into udc-dev
This commit is contained in:
commit
07767709c9
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ type battery_service, system_server_service, service_manager_type;
|
|||
type binder_calls_stats_service, system_server_service, service_manager_type;
|
||||
type blob_store_service, app_api_service, system_server_service, service_manager_type;
|
||||
type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type broadcastradio_service, system_server_service, service_manager_type;
|
||||
type broadcastradio_service, app_api_service, system_server_service, service_manager_type;
|
||||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
|
@ -80,7 +80,7 @@ type battery_service, system_server_service, service_manager_type;
|
|||
type binder_calls_stats_service, system_server_service, service_manager_type;
|
||||
type blob_store_service, app_api_service, system_server_service, service_manager_type;
|
||||
type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type broadcastradio_service, system_server_service, service_manager_type;
|
||||
type broadcastradio_service, app_api_service, system_server_service, service_manager_type;
|
||||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue