You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaces/builtin/opengl: Add support for libhybris setups
For libhybris/Halium distributions to support graphics acceleration we need to
allow loading a huge set of Android libraries which, due to their proprietary
nature, we don't know the exact dependency chain of beforehand. Luckily we
have the OnTouch property to only allow these permissions to be applied on
Ubuntu Touch systems where this might be needed. snap-confine already prepares
the environment appropriately for us, we just need to punch holes into the
security policy of the OpenGL-consuming Snap.
This allows loading proprietary Android OpenGL ES drivers on Ubuntu Touch.
0 commit comments