Greetings, I'd like to pass in extra options to the ndk-build command. In particular, "V=1" and "NDK_LOG=1" to view the raw compiler linker calls made by ndk-build.
A) How do we inject additional command line options to the ADT's ndk-build command? I switched to the experimental plugin (versus calling ndk-build -C myself). Alternatively, I suppose I could revert to using "ndk-build -C xxx" tasks with my own hand-crafted Android.mk make files in order to have this fine-toothed control. However, I'm trying to stay with the experimental plugin because it is the way of the future. (And so many gradle.build syntax changes related to using the experimental plugin.) B) Environment: - OSX 10.10 (Yosemite) - AS v1.5 (stable channel) - gradle-2.6 - gradle-experimental:0.3.0-alpha5 Thanks -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
