I\'m using Gradle and CMake to compile an Android NDK project from the command line. Previously, I was using Ant and ndk-build but I\'m trying to migrate the pr
ndk-build
As an ugly workaround I've replaced ninja with my own executable that passes all the commands to the real ninja executable appending "-v"
"-v"