Force CMake in verbose mode via Gradle and the Android NDK

后端 未结 3 1738
一向
一向 2020-12-03 07:59

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

3条回答
  •  無奈伤痛
    2020-12-03 08:38

    As an ugly workaround I've replaced ninja with my own executable that passes all the commands to the real ninja executable appending "-v"

提交回复
热议问题