Merge "audio:fix AAudio API access denial"

This commit is contained in:
Miller Liang 2023-01-09 12:36:34 +00:00 committed by Android (Google) Code Review
commit 89bdcc93cc
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +0,0 @@
# b/264484544
userdebug_or_eng(`
permissive audioserver;
')

2
vendor/audioserver.te vendored Normal file
View file

@ -0,0 +1,2 @@
#allow access to ALSA MMAP FDs for AAudio API
allow audioserver audio_device:chr_file r_file_perms;