Skip to content
Snippets Groups Projects
Commit 5ff62351 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Track add of RuntimeService in system server" am: 3350a794

am: f6603869

Change-Id: I890a44a5543214358d1a8800efec687136eab7d8
parents 69f8c917 f6603869
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,7 @@ ...@@ -133,6 +133,7 @@
property_info property_info
recovery_socket recovery_socket
role_service role_service
runtime_service
secure_element secure_element
secure_element_device secure_element_device
secure_element_tmpfs secure_element_tmpfs
......
...@@ -120,6 +120,7 @@ ...@@ -120,6 +120,7 @@
property_info property_info
recovery_socket recovery_socket
role_service role_service
runtime_service
secure_element secure_element
secure_element_device secure_element_device
secure_element_service secure_element_service
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
overlayfs_file overlayfs_file
recovery_socket recovery_socket
role_service role_service
runtime_service
super_block_device super_block_device
system_lmk_prop system_lmk_prop
system_suspend_hwservice system_suspend_hwservice
......
...@@ -145,6 +145,7 @@ recovery u:object_r:recovery_service:s0 ...@@ -145,6 +145,7 @@ recovery u:object_r:recovery_service:s0
restrictions u:object_r:restrictions_service:s0 restrictions u:object_r:restrictions_service:s0
role u:object_r:role_service:s0 role u:object_r:role_service:s0
rttmanager u:object_r:rttmanager_service:s0 rttmanager u:object_r:rttmanager_service:s0
runtime u:object_r:runtime_service:s0
samplingprofiler u:object_r:samplingprofiler_service:s0 samplingprofiler u:object_r:samplingprofiler_service:s0
scheduling_policy u:object_r:scheduling_policy_service:s0 scheduling_policy u:object_r:scheduling_policy_service:s0
search u:object_r:search_service:s0 search u:object_r:search_service:s0
......
...@@ -133,6 +133,7 @@ type recovery_service, system_server_service, service_manager_type; ...@@ -133,6 +133,7 @@ type recovery_service, system_server_service, service_manager_type;
type registry_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type registry_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type restrictions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type restrictions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type role_service, app_api_service, system_server_service, service_manager_type; type role_service, app_api_service, system_server_service, service_manager_type;
type runtime_service, system_server_service, service_manager_type;
type rttmanager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type rttmanager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type samplingprofiler_service, system_server_service, service_manager_type; type samplingprofiler_service, system_server_service, service_manager_type;
type scheduling_policy_service, system_server_service, service_manager_type; type scheduling_policy_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment