Skip to content
Snippets Groups Projects
Commit b68a0149 authored by William Roberts's avatar William Roberts
Browse files

wificond_service: drop system_service typeattribute


wificond_service is not a system_server service, so drop the
typeattribute.

Test: compile
Change-Id: Ic212dd2c8bc897fbdc13ca33a9864ac8d4e68732
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent cde575d2
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana ...@@ -133,7 +133,7 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana
type wifip2p_service, app_api_service, system_server_service, service_manager_type; type wifip2p_service, app_api_service, system_server_service, service_manager_type;
type wifiscanner_service, system_api_service, system_server_service, service_manager_type; type wifiscanner_service, system_api_service, system_server_service, service_manager_type;
type wifi_service, app_api_service, system_server_service, service_manager_type; type wifi_service, app_api_service, system_server_service, service_manager_type;
type wificond_service, system_server_service, service_manager_type; type wificond_service, service_manager_type;
type wifiaware_service, app_api_service, system_server_service, service_manager_type; type wifiaware_service, app_api_service, system_server_service, service_manager_type;
type window_service, system_api_service, system_server_service, service_manager_type; type window_service, system_api_service, system_server_service, service_manager_type;
type wpa_supplicant_service, system_server_service, service_manager_type; type wpa_supplicant_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