Skip to content
Snippets Groups Projects
Commit 6cc5334a 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

Change-Id: I9df35ecb00db0ed5d3a1430e64056e09579ab0a5
parents 6a4b6c68 e506cda3
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