Allow audioserver to use IAllocator

Bug: 30222631
Change-Id: I30ad019872881e21f61a53e4397112ea0e99688b
This commit is contained in:
Mikhail Naganov 2017-01-09 18:23:12 -08:00
parent c42d134e07
commit dd70dfbecf
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ binder_service(audioserver)
hwbinder_use(audioserver)
binder_call(audioserver, hal_audio)
hwallocator_use(audioserver)
r_dir_file(audioserver, proc)
allow audioserver ion_device:chr_file r_file_perms;

View File

@ -228,7 +228,7 @@ typeattribute $1 binderservicedomain;
define(`hwallocator_use', `
# Call into the allocator hal
binder_call($1, hal_allocator);
'')
')
#####################################
# wakelock_use(domain)