Skip to content
Snippets Groups Projects
Commit 73e7fa88 authored by Felipe Leme's avatar Felipe Leme
Browse files

Renamed "intelligence" to "content_capture"

Bug: 111276913
Test: manual verification

Change-Id: If76dc7bfdad87789a58fc94e0fd280deae1a41ab
parent a7110131
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
broadcastradio_service broadcastradio_service
cgroup_bpf cgroup_bpf
color_display_service color_display_service
content_capture_service
crossprofileapps_service crossprofileapps_service
ctl_interface_restart_prop ctl_interface_restart_prop
ctl_interface_start_prop ctl_interface_start_prop
...@@ -96,7 +97,6 @@ ...@@ -96,7 +97,6 @@
heapprofd_socket heapprofd_socket
incident_helper incident_helper
incident_helper_exec incident_helper_exec
intelligence_service
iorapd iorapd
iorapd_data_file iorapd_data_file
iorapd_exec iorapd_exec
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
bpfloader_exec bpfloader_exec
cgroup_bpf cgroup_bpf
color_display_service color_display_service
content_capture_service
crossprofileapps_service crossprofileapps_service
ctl_interface_restart_prop ctl_interface_restart_prop
ctl_interface_start_prop ctl_interface_start_prop
...@@ -87,7 +88,6 @@ ...@@ -87,7 +88,6 @@
heapprofd_socket heapprofd_socket
incident_helper incident_helper
incident_helper_exec incident_helper_exec
intelligence_service
iorapd iorapd
iorapd_data_file iorapd_data_file
iorapd_exec iorapd_exec
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
apexd_prop apexd_prop
apexd_tmpfs apexd_tmpfs
biometric_service biometric_service
content_capture_service
cpu_variant_prop cpu_variant_prop
dev_cpu_variant dev_cpu_variant
device_config_boot_count_prop device_config_boot_count_prop
...@@ -42,7 +43,6 @@ ...@@ -42,7 +43,6 @@
heapprofd_prop heapprofd_prop
heapprofd_socket heapprofd_socket
idmap_service idmap_service
intelligence_service
iris_service iris_service
iris_vendor_data_file iris_vendor_data_file
llkd llkd
......
...@@ -32,6 +32,7 @@ connectivity u:object_r:connectivity_service:s0 ...@@ -32,6 +32,7 @@ connectivity u:object_r:connectivity_service:s0
connmetrics u:object_r:connmetrics_service:s0 connmetrics u:object_r:connmetrics_service:s0
consumer_ir u:object_r:consumer_ir_service:s0 consumer_ir u:object_r:consumer_ir_service:s0
content u:object_r:content_service:s0 content u:object_r:content_service:s0
content_capture u:object_r:content_capture_service:s0
contexthub u:object_r:contexthub_service:s0 contexthub u:object_r:contexthub_service:s0
country_detector u:object_r:country_detector_service:s0 country_detector u:object_r:country_detector_service:s0
coverage u:object_r:coverage_service:s0 coverage u:object_r:coverage_service:s0
...@@ -79,7 +80,6 @@ iphonesubinfo2 u:object_r:radio_service:s0 ...@@ -79,7 +80,6 @@ iphonesubinfo2 u:object_r:radio_service:s0
iphonesubinfo u:object_r:radio_service:s0 iphonesubinfo u:object_r:radio_service:s0
ims u:object_r:radio_service:s0 ims u:object_r:radio_service:s0
imms u:object_r:imms_service:s0 imms u:object_r:imms_service:s0
intelligence u:object_r:intelligence_service:s0
ipsec u:object_r:ipsec_service:s0 ipsec u:object_r:ipsec_service:s0
iris u:object_r:iris_service:s0 iris u:object_r:iris_service:s0
isms_msim u:object_r:radio_service:s0 isms_msim u:object_r:radio_service:s0
......
...@@ -63,6 +63,7 @@ type companion_device_service, app_api_service, ephemeral_app_api_service, syste ...@@ -63,6 +63,7 @@ type companion_device_service, app_api_service, ephemeral_app_api_service, syste
type connectivity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type connectivity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type connmetrics_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type connmetrics_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type consumer_ir_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type consumer_ir_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type content_capture_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type content_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type content_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type country_detector_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type country_detector_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
# Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
...@@ -96,7 +97,6 @@ type hdmi_control_service, system_api_service, system_server_service, service_ma ...@@ -96,7 +97,6 @@ type hdmi_control_service, system_api_service, system_server_service, service_ma
type imms_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 input_method_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 input_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 ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type iris_service, app_api_service, system_server_service, service_manager_type; type iris_service, 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 jobscheduler_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