mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
add context_hub into audio hal group
While implementing the capo nanoapp for audio configuration, we met some chre socket connected error due to the access group denied. Add context_hub group for audio hal to connect chre socket. go/capo-algo Bug: 141128522 Bug: 149069556 Test: FULL build with audio hal part and local prebuilts nanoapp. Test: Audio HAL communicates normally with CHRE socket. Change-Id: Iea84411682f4c3e08f8b37a5b21818b0e9b04983
This commit is contained in:
committed by
Hsin-Lin Chung
parent
d35cbc1058
commit
e815ecd6b2
@@ -2,7 +2,7 @@ service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.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 wakelock
|
||||
group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct wakelock context_hub
|
||||
capabilities BLOCK_SUSPEND
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
||||
|
||||
Reference in New Issue
Block a user