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

Merge "Transition mediacodec to /dev/hwbinder and /dev/vndbinder" into oc-dev

parents 20c2d4e9 56cdcd48
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,14 @@ typeattribute mediacodec mlstrustedsubject;
# and use macro hal_server_domain
get_prop(mediacodec, hwservicemanager_prop)
binder_use(mediacodec)
full_treble_only(`
# on full-Treble devices, route all /dev/binder traffic to /dev/vndbinder
vndbinder_use(mediacodec)
')
not_full_treble(`
# on legacy devices, continue to allow /dev/binder traffic
binder_use(mediacodec)
')
binder_call(mediacodec, binderservicedomain)
binder_call(mediacodec, appdomain)
binder_service(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