Skip to content
Snippets Groups Projects
Commit c24bf761 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Allow omx hal access to vndbinder on all devices. am: d64561f7

am: ae9b9254

Change-Id: I6700efa4ebee1a4dd703f724400cc0add39d397c
parents 2431640d ae9b9254
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,9 @@ typeattribute mediacodec mlstrustedsubject; ...@@ -8,10 +8,9 @@ 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)
full_treble_only(` # can route /dev/binder traffic to /dev/vndbinder
# on full-Treble devices, route all /dev/binder traffic to /dev/vndbinder vndbinder_use(mediacodec)
vndbinder_use(mediacodec)
')
not_full_treble(` not_full_treble(`
# on legacy devices, continue to allow /dev/binder traffic # on legacy devices, continue to allow /dev/binder traffic
binder_use(mediacodec) binder_use(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