Allow soundtrigger_middleware system service
New system service, intended to replace all of the soundtrigger middleware. Change-Id: Ia7cb4f8436719ca3bf71ea4c2bc32995568ff01d Bug: 142070343
This commit is contained in:
parent
3b1a106957
commit
29c819c015
3 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
ota_prop
|
||||
art_apex_dir
|
||||
service_manager_service
|
||||
soundtrigger_middleware_service
|
||||
system_group_file
|
||||
system_jvmti_agent_prop
|
||||
system_passwd_file
|
||||
|
|
|
@ -187,6 +187,7 @@ slice u:object_r:slice_service:s0
|
|||
stats u:object_r:stats_service:s0
|
||||
statscompanion u:object_r:statscompanion_service:s0
|
||||
soundtrigger u:object_r:voiceinteraction_service:s0
|
||||
soundtrigger_middleware u:object_r:soundtrigger_middleware_service:s0
|
||||
statusbar u:object_r:statusbar_service:s0
|
||||
storaged u:object_r:storaged_service:s0
|
||||
storaged_pri u:object_r:storaged_service:s0
|
||||
|
|
|
@ -163,6 +163,7 @@ type slice_service, app_api_service, system_server_service, service_manager_type
|
|||
type statusbar_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type storagestats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type system_update_service, system_server_service, service_manager_type;
|
||||
type soundtrigger_middleware_service, system_server_service, service_manager_type;
|
||||
type task_service, system_server_service, service_manager_type;
|
||||
type testharness_service, system_server_service, service_manager_type;
|
||||
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue