Skip to content
Snippets Groups Projects
Commit e506cda3 authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Allow mediacodec access to sync fences." into oc-dev

parents acb66317 b4d701bf
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,9 @@ binder_call(mediacodec, binderservicedomain) ...@@ -20,6 +20,9 @@ binder_call(mediacodec, binderservicedomain)
binder_call(mediacodec, appdomain) binder_call(mediacodec, appdomain)
binder_service(mediacodec) binder_service(mediacodec)
# Allow mediacodec access to composer sync fences
allow mediacodec hal_graphics_composer:fd use;
# TODO(b/36604251): Remove this once OMX HAL stops using Binder # TODO(b/36604251): Remove this once OMX HAL stops using Binder
typeattribute mediacodec binder_in_vendor_violators; typeattribute mediacodec binder_in_vendor_violators;
add_service(mediacodec, mediacodec_service) add_service(mediacodec, mediacodec_service)
......
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