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

Allow audioserver to use IAllocator

am: dd70dfbe

Change-Id: I9bfb72a61bdd1eba21a1c4fb739a051330e6906e
parents f8195672 dd70dfbe
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