Skip to content

Commit

Permalink
santoni: rootdir: update audio hal service
Browse files Browse the repository at this point in the history
* override as per latest base service definition

Change-Id: I1c57ad2e448a95230a4adfff8fba94ffb0cddead
  • Loading branch information
Dhananjay Kumar authored and bikramdmbd committed Oct 3, 2020
1 parent 0bdf7ba commit 9a0915d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions rootdir/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ service vendor.power_off_alarm /vendor/bin/power_off_alarm
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
Expand All @@ -485,13 +485,7 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/[email protected]
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 [email protected]::IDevicesFactory default
interface [email protected]::IDevicesFactory default
interface [email protected]::IDevicesFactory default
onrestart restart audioserver

service goodix_script /vendor/bin/init.goodix.sh
class late_start
Expand Down

0 comments on commit 9a0915d

Please sign in to comment.