Merge "Allow people service to publish apis"
This commit is contained in:
commit
d06cdd66d5
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ type otadexopt_service, system_server_service, service_manager_type;
|
||||||
type overlay_service, system_api_service, system_server_service, service_manager_type;
|
type overlay_service, system_api_service, system_server_service, service_manager_type;
|
||||||
type package_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type package_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
type package_native_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type package_native_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
type people_service, system_server_service, service_manager_type;
|
type people_service, app_api_service, system_server_service, service_manager_type;
|
||||||
type permission_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type permission_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
type permissionmgr_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type permissionmgr_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
type persistent_data_block_service, system_api_service, system_server_service, service_manager_type;
|
type persistent_data_block_service, system_api_service, system_server_service, service_manager_type;
|
||||||
|
|
Loading…
Reference in a new issue