Skip to content
Snippets Groups Projects
Commit b4d701bf authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Allow mediacodec access to sync fences.

Test: WIP
Change-Id: I678b0d0e9750b25628b86060574fd516d3749cdf
parent 748cae86
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ binder_call(mediacodec, binderservicedomain)
binder_call(mediacodec, appdomain)
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
typeattribute mediacodec binder_in_vendor_violators;
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