Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
dd70dfbe
Commit
dd70dfbe
authored
8 years ago
by
Mikhail Naganov
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/audioserver.te
+1
-0
1 addition, 0 deletions
public/audioserver.te
public/te_macros
+1
-1
1 addition, 1 deletion
public/te_macros
with
2 additions
and
1 deletion
public/audioserver.te
+
1
−
0
View file @
dd70dfbe
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
public/te_macros
+
1
−
1
View file @
dd70dfbe
...
...
@@ -228,7 +228,7 @@ typeattribute $1 binderservicedomain;
define(`hwallocator_use', `
# Call into the allocator hal
binder_call($1, hal_allocator);
'
')
')
#####################################
# wakelock_use(domain)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment