Skip to content
Snippets Groups Projects
Commit ddb52d82 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

hal_audio: In binderized mode hal_audio needs access to IAllocator

This is to ensure that hal_audio can access memory shared by
audioserver.

Bug: 34261005
Change-Id: I84103b0d4692fd10afc56846fb116fec6a7b3dc7
parent 597a8a49
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ hwbinder_use(hal_audio) ...@@ -2,6 +2,7 @@ hwbinder_use(hal_audio)
binder_use(hal_audio) binder_use(hal_audio)
binder_call(hal_audio, audioserver) binder_call(hal_audio, audioserver)
binder_call(hal_audio, system_server) binder_call(hal_audio, system_server)
hwallocator_use(hal_audio)
allow hal_audio ion_device:chr_file r_file_perms; allow hal_audio ion_device:chr_file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment