Skip to content
Snippets Groups Projects
Commit 627f286d authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

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

am: 6cc5334a

Change-Id: Ic465169a0ac0c04a2114a4268caae3b82a7b6706
parents 2ad88481 6cc5334a
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