Merge "audio: query aoc boot time information" into udc-qpr-dev am: 8e1f9844ba
am: 35a0de5fe8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/23510923 Change-Id: I6ea8d1b6b95c3a28122ba88930b1952b631d96af Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9fcd35bd15
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ allow hal_audio_default amcs_device:file rw_file_perms;
|
|||
allow hal_audio_default amcs_device:chr_file rw_file_perms;
|
||||
allow hal_audio_default sysfs_pixelstats:file rw_file_perms;
|
||||
|
||||
#allow access to aoc and kernel boottime
|
||||
allow hal_audio_default sysfs_aoc:dir { search };
|
||||
allow hal_audio_default sysfs_aoc_boottime:file r_file_perms;
|
||||
|
||||
#allow access to DMABUF Heaps for AAudio API
|
||||
allow hal_audio_default dmabuf_heap_device:chr_file r_file_perms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue