Skip to content

Android build - change required executables

Sankhesh Jhaveri requested to merge sankhesh/vtk:android_build into master

The default android build enforces use of android and ANT command line tools which are not provided in the latest NDK's.

This MR removes this enforcement by default but uses it when building Android examples.

Also, improved some documentation for the ANDROID_NDK variable.

Merge request reports