mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
We need google shims on the vendor partition because they are providing an implementation of a vendor defined interface. They were written by google just as a courtesy/to make the transition easier. They're basically a set for vendors to assemble their hal implementations from. Bug: 34135607 Test: marlin persist.hal.binderization on/off Change-Id: I2e2af5af39264cf290259755bb9b2eb9827a21f5
12 lines
574 B
Plaintext
12 lines
574 B
Plaintext
service audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
|
|
class hal
|
|
user audioserver
|
|
# media gid needed for /dev/fm (radio) and for /data/misc/media (tee)
|
|
group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct
|
|
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
|