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:
Rios Kao 2023-06-09 03:32:19 +00:00 committed by Automerger Merge Worker
commit 35a0de5fe8

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;