Merge "New service: intelligence_service" am: 2b76694814
am: 52b57324dd
am: 994bfa88c1
Change-Id: I7873618776739e594c2a3092d37a1f4deecb5f9a
This commit is contained in:
commit
47c9964059
5 changed files with 6 additions and 1 deletions
|
@ -96,6 +96,7 @@
|
|||
heapprofd_socket
|
||||
incident_helper
|
||||
incident_helper_exec
|
||||
intelligence_service
|
||||
iorapd
|
||||
iorapd_data_file
|
||||
iorapd_exec
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
heapprofd_socket
|
||||
incident_helper
|
||||
incident_helper_exec
|
||||
intelligence_service
|
||||
iorapd
|
||||
iorapd_data_file
|
||||
iorapd_exec
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
heapprofd
|
||||
heapprofd_exec
|
||||
heapprofd_socket
|
||||
intelligence_service
|
||||
llkd
|
||||
llkd_exec
|
||||
llkd_prop
|
||||
|
|
|
@ -77,6 +77,7 @@ iphonesubinfo2 u:object_r:radio_service:s0
|
|||
iphonesubinfo u:object_r:radio_service:s0
|
||||
ims u:object_r:radio_service:s0
|
||||
imms u:object_r:imms_service:s0
|
||||
intelligence u:object_r:intelligence_service:s0
|
||||
ipsec u:object_r:ipsec_service:s0
|
||||
isms_msim u:object_r:radio_service:s0
|
||||
isms2 u:object_r:radio_service:s0
|
||||
|
|
|
@ -93,9 +93,10 @@ type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_s
|
|||
type hardware_service, system_server_service, service_manager_type;
|
||||
type hardware_properties_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type hdmi_control_service, system_api_service, system_server_service, service_manager_type;
|
||||
type imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type input_method_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type intelligence_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue