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

am: e506cda312

Change-Id: I9df35ecb00db0ed5d3a1430e64056e09579ab0a5
This commit is contained in:
Martijn Coenen 2017-04-16 01:33:36 +00:00 committed by android-build-merger
commit 6cc5334ad8

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)