Comment 2 for bug 1301678

Revision history for this message
Olivier Tilloy (osomon) wrote :

After discussing the issue with Chris, it appears that the best approach would be not to use udev to detect the form factor. Instead, Chris suggests using eglQueryString to check EGL_VENDOR (assuming it will have something android related in it).

This can be done by dlopening and manually binding the symbol, rather than using chromium's GL bindings (which won't work correctly from there).