Skip to content
Snippets Groups Projects
Commit 50bcd148 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "mediacodec: grant access to surfaceflinger" into nyc-dev

parents 3df1fda5 6c53b23d
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ binder_call(mediacodec, appdomain) ...@@ -12,6 +12,7 @@ binder_call(mediacodec, appdomain)
binder_service(mediacodec) binder_service(mediacodec)
allow mediacodec mediacodec_service:service_manager add; allow mediacodec mediacodec_service:service_manager add;
allow mediacodec surfaceflinger_service:service_manager find;
allow mediacodec gpu_device:chr_file rw_file_perms; allow mediacodec gpu_device:chr_file rw_file_perms;
allow mediacodec video_device:chr_file rw_file_perms; allow mediacodec video_device:chr_file rw_file_perms;
allow mediacodec video_device:dir search; allow mediacodec video_device:dir search;
......
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