Skip to content
Snippets Groups Projects
Commit aebfe7e9 authored by Dan Cashman's avatar Dan Cashman Committed by android-build-merger
Browse files

DO NOT MERGE. Revert "Enable the TimeZoneManagerService" am: 96c619c8

am: 47609809

Change-Id: I4a294fc077f665ac3b43f0b7421d7eb30c9a8bb9
parents 06560717 47609809
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,6 @@ allow platform_app mediacasserver_service:service_manager find; ...@@ -50,7 +50,6 @@ allow platform_app mediacasserver_service:service_manager find;
allow platform_app persistent_data_block_service:service_manager find; allow platform_app persistent_data_block_service:service_manager find;
allow platform_app radio_service:service_manager find; allow platform_app radio_service:service_manager find;
allow platform_app surfaceflinger_service:service_manager find; allow platform_app surfaceflinger_service:service_manager find;
allow platform_app timezone_service:service_manager find;
allow platform_app app_api_service:service_manager find; allow platform_app app_api_service:service_manager find;
allow platform_app system_api_service:service_manager find; allow platform_app system_api_service:service_manager find;
allow platform_app vr_manager_service:service_manager find; allow platform_app vr_manager_service:service_manager find;
......
...@@ -149,7 +149,6 @@ telecom u:object_r:telecom_service:s0 ...@@ -149,7 +149,6 @@ telecom u:object_r:telecom_service:s0
telephony.registry u:object_r:registry_service:s0 telephony.registry u:object_r:registry_service:s0
textclassification u:object_r:textclassification_service:s0 textclassification u:object_r:textclassification_service:s0
textservices u:object_r:textservices_service:s0 textservices u:object_r:textservices_service:s0
timezone u:object_r:timezone_service:s0
trust u:object_r:trust_service:s0 trust u:object_r:trust_service:s0
tv_input u:object_r:tv_input_service:s0 tv_input u:object_r:tv_input_service:s0
uimode u:object_r:uimode_service:s0 uimode u:object_r:uimode_service:s0
......
...@@ -127,7 +127,6 @@ type task_service, system_server_service, service_manager_type; ...@@ -127,7 +127,6 @@ type task_service, system_server_service, service_manager_type;
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type timezone_service, system_server_service, service_manager_type;
type trust_service, app_api_service, system_server_service, service_manager_type; type trust_service, app_api_service, system_server_service, service_manager_type;
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type uimode_service, app_api_service, ephemeral_app_api_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