Skip to content
Snippets Groups Projects
Commit ae9b9254 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

Change-Id: Ia2b7f107e2e1ccb38f3e9010dccb7411d168dcdf
parents d1e57585 d64561f7
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,9 @@ typeattribute mediacodec mlstrustedsubject;
# and use macro hal_server_domain
get_prop(mediacodec, hwservicemanager_prop)
full_treble_only(`
# on full-Treble devices, route all /dev/binder traffic to /dev/vndbinder
vndbinder_use(mediacodec)
')
# can route /dev/binder traffic to /dev/vndbinder
vndbinder_use(mediacodec)
not_full_treble(`
# on legacy devices, continue to allow /dev/binder traffic
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