Skip to content

fixes Android builds

H. Cole Wiley requested to merge hcwiley/vtk:master into master

Fixes builds for Android. Working on adding Android VTK examples back into fold as well but haven't pulled that system in yet.

Also fixes a EGL Context issue with Android where we re-inited the vtkRenderWindow every call the Render().

Also drive by fix on Examples/Charts/Cxx/GraphItem.cxx that had an assumption about BUILD_TESTING being on.

Merge request reports