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

am: 6cc5334ad8

Change-Id: Ic465169a0ac0c04a2114a4268caae3b82a7b6706
This commit is contained in:
Martijn Coenen 2017-04-16 01:37:41 +00:00 committed by android-build-merger
commit 627f286da3

View File

@ -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)