public class ApkGenruleDescription extends AbstractGenruleDescription<ApkGenruleDescriptionArg>
AbstractGenruleDescription.CommonArg
buckConfig, enableSandbox, sandboxExecutionStrategy, toolchainProvider
Constructor and Description |
---|
ApkGenruleDescription(ToolchainProvider toolchainProvider,
BuckConfig config,
SandboxExecutionStrategy sandboxExecutionStrategy) |
Modifier and Type | Method and Description |
---|---|
protected BuildRule |
createBuildRule(BuildTarget buildTarget,
ProjectFilesystem projectFilesystem,
BuildRuleParams params,
ActionGraphBuilder graphBuilder,
ApkGenruleDescriptionArg args,
Optional<Arg> cmd,
Optional<Arg> bash,
Optional<Arg> cmdExe) |
Class<ApkGenruleDescriptionArg> |
getConstructorArgType()
The type of the constructor argument that is used by this description to create a rule
|
canExecuteRemotely, createBuildRule, createBuildRule, findDepsForTargetFromConstructorArgs, getAndroidToolsOptional, getGenruleType, getMacroHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
producesCacheableSubgraph
getConfigurationDeps
public ApkGenruleDescription(ToolchainProvider toolchainProvider, BuckConfig config, SandboxExecutionStrategy sandboxExecutionStrategy)
public Class<ApkGenruleDescriptionArg> getConstructorArgType()
BaseDescription
protected BuildRule createBuildRule(BuildTarget buildTarget, ProjectFilesystem projectFilesystem, BuildRuleParams params, ActionGraphBuilder graphBuilder, ApkGenruleDescriptionArg args, Optional<Arg> cmd, Optional<Arg> bash, Optional<Arg> cmdExe)
createBuildRule
in class AbstractGenruleDescription<ApkGenruleDescriptionArg>