-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
santoni: rootdir: update audio hal service
* override as per latest base service definition Change-Id: I1c57ad2e448a95230a4adfff8fba94ffb0cddead
- Loading branch information
1 parent
0bdf7ba
commit 9a0915d
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|