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

Allow audioserver to use IAllocator

Bug: 30222631
Change-Id: I30ad019872881e21f61a53e4397112ea0e99688b
parent c42d134e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ binder_service(audioserver) ...@@ -11,6 +11,7 @@ binder_service(audioserver)
hwbinder_use(audioserver) hwbinder_use(audioserver)
binder_call(audioserver, hal_audio) binder_call(audioserver, hal_audio)
hwallocator_use(audioserver)
r_dir_file(audioserver, proc) r_dir_file(audioserver, proc)
allow audioserver ion_device:chr_file r_file_perms; allow audioserver ion_device:chr_file r_file_perms;
......
...@@ -228,7 +228,7 @@ typeattribute $1 binderservicedomain; ...@@ -228,7 +228,7 @@ typeattribute $1 binderservicedomain;
define(`hwallocator_use', ` define(`hwallocator_use', `
# Call into the allocator hal # Call into the allocator hal
binder_call($1, hal_allocator); binder_call($1, hal_allocator);
'') ')
##################################### #####################################
# wakelock_use(domain) # wakelock_use(domain)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment