Beispiel #1
0
 // The ndk-build command delegates to `make` to run a lot of subcommands, so print them as they
 // happen.
 @Override
 protected boolean shouldFlushStdOutErrAsProgressIsMade(Verbosity verbosity) {
   return verbosity.shouldPrintCommand();
 }