Skip to content
Snippets Groups Projects
Commit e3c42d76 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "mediacodec violates "no Binder in vendor" rule"

parents bb0d3c50 44df5b94
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ binder_call(mediacodec, binderservicedomain)
binder_call(mediacodec, appdomain)
binder_service(mediacodec)
# TODO(b/36604251): Remove this once OMX HAL stops using Binder
typeattribute mediacodec binder_in_vendor_violators;
add_service(mediacodec, mediacodec_service)
allow mediacodec mediametrics_service:service_manager find;
allow mediacodec surfaceflinger_service:service_manager find;
......
typeattribute mediacodec coredomain;
init_daemon_domain(mediacodec)
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