Skip to content
Snippets Groups Projects
Commit b2d8098b authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

Allow audioserver to use IAllocator am: dd70dfbe

am: 63be901b

Change-Id: I01a27030005037c131f009b1cc810ae65dcd2cfa
parents f439313c 63be901b
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.
Finish editing this message first!
Please register or to comment