Merge "Added system_api_service to bg_install_control_service" into main am: 09a7dd1714
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2833512 Change-Id: Ibea9151383d29554bfe21bbced200df0348c5bcc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a39807cf39
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
type ambient_context_service, app_api_service, system_server_service, service_manager_type;
|
type ambient_context_service, app_api_service, system_server_service, service_manager_type;
|
||||||
type attention_service, system_server_service, service_manager_type;
|
type attention_service, system_server_service, service_manager_type;
|
||||||
type bg_install_control_service, system_server_service, service_manager_type;
|
type bg_install_control_service, system_api_service, system_server_service, service_manager_type;
|
||||||
type compos_service, service_manager_type;
|
type compos_service, service_manager_type;
|
||||||
type communal_service, app_api_service, system_server_service, service_manager_type;
|
type communal_service, app_api_service, system_server_service, service_manager_type;
|
||||||
type dynamic_system_service, system_api_service, system_server_service, service_manager_type;
|
type dynamic_system_service, system_api_service, system_server_service, service_manager_type;
|
||||||
|
|
Loading…
Reference in a new issue