Skip to content
Snippets Groups Projects
Commit b04f8e00 authored by Dhananjay Kumar's avatar Dhananjay Kumar Committed by Dhina17
Browse files

onclite: rootdir: update audio hal service override

as per latest base service definition

Change-Id: I40446917bc7dd40651d6832b54dc02e72b9b204e
parent 374f9cf2
No related branches found
No related tags found
No related merge requests found
......@@ -603,7 +603,7 @@ service vendor.move_time_data /system/bin/move_time_data.sh
disabled
oneshot
service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service
override
class hal
user audioserver
......@@ -612,13 +612,7 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
capabilities BLOCK_SUSPEND SYS_NICE
ioprio rt 4
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
# audioflinger restarts itself when it loses connection with the hal
# and its .rc file has an "onrestart restart audio-hal" rule, thus
# an additional auto-restart from the init process isn't needed.
oneshot
interface android.hardware.audio@5.0::IDevicesFactory default
interface android.hardware.audio@4.0::IDevicesFactory default
interface android.hardware.audio@2.0::IDevicesFactory default
onrestart restart audioserver
service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0-service
override
......
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