Now that the build works, you can run Servo on Android again after applying these patches:
When you start Servo on Android, it produces a gray screen. This is because a missing WindowProxy implementation on Android.
On any input event, the gray screen disappears, and Servo itself starts. At the moment, however, this results in a mostly white screen, with one or two elements visible occasionally. There are no errors, the main loop is running, and I don't really see anything particularly interesting in the logs either. Also some sites may throw shader compiler errors too.
Here's a screenshot of https://www.google.com, there, we only have a scrollbar, the menu button and the login button's text:

Now that the build works, you can run Servo on Android again after applying these patches:
android-rs-injected-glueon Android #14530 ✓sampler2DArraywebrender#627 ✓textureLodparameter type webrender#632 ✓ps_blendwebrender#653 ✓cs_clip_clearwebrender#654 ✓When you start Servo on Android, it produces a gray screen. This is because a missing
WindowProxyimplementation on Android.On any input event, the gray screen disappears, and Servo itself starts. At the moment, however, this results in a mostly white screen, with one or two elements visible occasionally. There are no errors, the main loop is running, and I don't really see anything particularly interesting in the logs either. Also some sites may throw shader compiler errors too.
Here's a screenshot of
https://www.google.com, there, we only have a scrollbar, the menu button and the login button's text: