gts3l: init: Update audio HAL service to fir into the current setup
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I5367a7bcd715a6c0a1a1394da65bfb83b2b35835
This commit is contained in:
parent
08aa033353
commit
ae5165d075
1 changed files with 2 additions and 8 deletions
|
@ -980,7 +980,7 @@ service vendor.wifilearner /system/vendor/bin/wifilearner
|
|||
group wifi
|
||||
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
|
||||
|
@ -989,10 +989,4 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
|
|||
capabilities BLOCK_SUSPEND
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue