workingDirectory| Constructor and Description |
|---|
NdkBuildStep(ProjectFilesystem filesystem,
AndroidNdk androidNdk,
Path root,
Path makefile,
Path buildArtifactsDirectory,
Path binDirectory,
Iterable<String> flags) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableList<String> |
getShellCommandInternal(ExecutionContext context)
Implementations of this method should not have any observable side-effects.
|
String |
getShortName() |
protected boolean |
shouldPrintStderr(Verbosity verbosity) |
addOptions, execute, getDescription, getDuration, getEnvironmentVariables, getExitCodeFromResult, getShellCommand, getShellCommandArgsForDescription, getStderr, getStdin, getStdout, getTimeout, getTimeoutHandler, shouldPrintStdoutpublic NdkBuildStep(ProjectFilesystem filesystem, AndroidNdk androidNdk, Path root, Path makefile, Path buildArtifactsDirectory, Path binDirectory, Iterable<String> flags)
public String getShortName()
protected boolean shouldPrintStderr(Verbosity verbosity)
shouldPrintStderr in class ShellStepExecutionContext. If false, stderr will only be printed on
error and only if verbosity is set to standard information.protected com.google.common.collect.ImmutableList<String> getShellCommandInternal(ExecutionContext context)
ShellStepgetShellCommandInternal in class ShellStep