Add location_time_zone_manager_service

The LocationTimeZoneManagerService is being added as a "true" service so
that it can be invoked by a shell command (i.e. adb shell cmd). This
also means it will be dumped as part of dumpsys.

Test: Build only
Bug: 149014708
Change-Id: Ie60c4bea3af27a89b88ed753f9cf6e74aab04cd3
This commit is contained in:
Neil Fuller 2020-09-08 11:41:43 +01:00
parent e3055f979c
commit dbc1ccac14
3 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@
gnss_device
hal_dumpstate_config_prop
keystore2_key_contexts_file
location_time_zone_manager_service
mediatranscoding_tmpfs
people_service
power_debug_prop

View file

@ -123,6 +123,7 @@ jobscheduler u:object_r:jobscheduler_service:s0
launcherapps u:object_r:launcherapps_service:s0
lights u:object_r:light_service:s0
location u:object_r:location_service:s0
location_time_zone_manager u:object_r:location_time_zone_manager_service:s0
lock_settings u:object_r:lock_settings_service:s0
looper_stats u:object_r:looper_stats_service:s0
lpdump_service u:object_r:lpdump_service:s0

View file

@ -121,6 +121,7 @@ type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_se
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type light_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type location_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type location_time_zone_manager_service, system_server_service, service_manager_type;
type lock_settings_service, system_api_service, system_server_service, service_manager_type;
type looper_stats_service, system_server_service, service_manager_type;
type media_projection_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;