Skip to content
Snippets Groups Projects
Commit f84aa486 authored by Iliyan Malchev's avatar Iliyan Malchev Committed by android-build-merger
Browse files

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

am: b4aa5da9

Change-Id: Iebe2b6c646916d3ea5ef7de7a57266f39a64938f
parents fd060ab6 b4aa5da9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,14 @@ typeattribute mediacodec mlstrustedsubject; ...@@ -8,7 +8,14 @@ typeattribute mediacodec mlstrustedsubject;
# and use macro hal_server_domain # and use macro hal_server_domain
get_prop(mediacodec, hwservicemanager_prop) 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, binderservicedomain)
binder_call(mediacodec, appdomain) binder_call(mediacodec, appdomain)
binder_service(mediacodec) 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