Merge "Allow audio HAL to access application shared memory" into rvc-dev

This commit is contained in:
Ytai Ben-tsvi 2020-03-30 18:57:12 +00:00 committed by Android (Google) Code Review
commit cf9ae010cf

View file

@ -17,6 +17,9 @@ allow hal_audio shell:fifo_file write;
allow hal_audio dumpstate:fd use;
allow hal_audio dumpstate:fifo_file write;
# Needed to allow sound trigger hal to access shared memory from apps.
allow hal_audio_server appdomain:fd use;
# allow hal audio to use vnbinder
vndbinder_use(hal_audio)