sdm660-common: rootdir: update audio hal service override as per latest base service definition
Change-Id: I1c57ad2e448a95230a4adfff8fba94ffb0cddead
This commit is contained in:
parent
eedfe19a39
commit
d857ac4ea0
1 changed files with 2 additions and 8 deletions
|
@ -824,7 +824,7 @@ on property:sys.camera.not.ctsverify.apk=*
|
||||||
on property:sys.gyro.sensorname=*
|
on property:sys.gyro.sensorname=*
|
||||||
setprop vendor.camera.gyro.sensorname ${sys.gyro.sensorname}
|
setprop vendor.camera.gyro.sensorname ${sys.gyro.sensorname}
|
||||||
|
|
||||||
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
|
override
|
||||||
class hal
|
class hal
|
||||||
user audioserver
|
user audioserver
|
||||||
|
@ -833,10 +833,4 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
|
||||||
capabilities BLOCK_SUSPEND SYS_NICE
|
capabilities BLOCK_SUSPEND SYS_NICE
|
||||||
ioprio rt 4
|
ioprio rt 4
|
||||||
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
||||||
# audioflinger restarts itself when it loses connection with the hal
|
onrestart restart audioserver
|
||||||
# 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
|
|
||||||
|
|
Loading…
Reference in a new issue