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:
Rios Kao 2023-06-09 04:18:17 +00:00 committed by Automerger Merge Worker
commit 9fcd35bd15

View file

@ -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;