Merge "audio: query aoc boot time information" into udc-qpr-dev am: 8e1f9844ba
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/23510923 Change-Id: I3c09cda415826bba6da51fbb9c48e995f4e4ab55 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
35a0de5fe8
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