Allow audioserver to use IAllocator
Bug: 30222631 Change-Id: I30ad019872881e21f61a53e4397112ea0e99688b
This commit is contained in:
parent
c42d134e07
commit
dd70dfbecf
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -228,7 +228,7 @@ typeattribute $1 binderservicedomain;
|
|||
define(`hwallocator_use', `
|
||||
# Call into the allocator hal
|
||||
binder_call($1, hal_allocator);
|
||||
'')
|
||||
')
|
||||
|
||||
#####################################
|
||||
# wakelock_use(domain)
|
||||
|
|
Loading…
Reference in a new issue