Description
Configures native C and C++ parts of Android projects with the CMake build tool packaged for the Android SDK. It helps Gradle and NDK-based builds generate the native build files needed before compilation.
Developers need it when an Android project uses CMake for native code, games, libraries, or performance-sensitive components. It is mainly called by build scripts, though experienced users can also run CMake from a terminal.