Constructor and Description |
---|
AabBuilderStep(ProjectFilesystem filesystem,
Path pathToOutputAabFile,
Optional<Path> pathToBundleConfigFile,
BuildTarget buildTarget,
boolean debugMode,
com.google.common.collect.ImmutableSet<ModuleInfo> modulesInfo) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public AabBuilderStep(ProjectFilesystem filesystem, Path pathToOutputAabFile, Optional<Path> pathToBundleConfigFile, BuildTarget buildTarget, boolean debugMode, com.google.common.collect.ImmutableSet<ModuleInfo> modulesInfo)
modulesInfo
- A set of ModuleInfo containing information about modules to be built within
this bundlepathToOutputAabFile
- Path to output our AAB to.debugMode
- Whether or not to run ApkBuilder with debug mode turned on.public StepExecutionResult execute(ExecutionContext context) throws IOException
execute
in interface Step
IOException
public String getDescription(ExecutionContext context)
getDescription
in interface Step
public String getShortName()
getShortName
in interface Step