public class AndroidApkBuildable extends Object
ApkBuilderStep
.Modifier and Type | Field and Description |
---|---|
protected AndroidSdkLocation |
androidSdkLocation |
protected com.google.common.collect.ImmutableSortedSet<APKModule> |
apkModules |
protected BinaryType |
binaryType |
protected BuildTarget |
buildTarget |
protected Optional<SourcePath> |
bundleConfigFilePath |
protected com.facebook.buck.android.DexFilesInfo |
dexFilesInfo |
protected ProjectFilesystem |
filesystem |
protected Tool |
javaRuntimeLauncher |
protected SourcePath |
keystorePath |
protected ResourceFilesInfo |
resourceFilesInfo |
protected boolean |
useDynamicFeature |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Step> |
getBuildSteps(BuildContext context,
BuildableContext buildableContext) |
BuildTarget |
getBuildTarget() |
ProjectFilesystem |
getProjectFilesystem() |
protected final com.facebook.buck.android.DexFilesInfo dexFilesInfo
protected final ResourceFilesInfo resourceFilesInfo
protected final SourcePath keystorePath
protected final com.google.common.collect.ImmutableSortedSet<APKModule> apkModules
protected final Tool javaRuntimeLauncher
protected final BinaryType binaryType
protected final Optional<SourcePath> bundleConfigFilePath
protected final ProjectFilesystem filesystem
protected final BuildTarget buildTarget
protected final AndroidSdkLocation androidSdkLocation
protected final boolean useDynamicFeature
public com.google.common.collect.ImmutableList<Step> getBuildSteps(BuildContext context, BuildableContext buildableContext)
public ProjectFilesystem getProjectFilesystem()
public BuildTarget getBuildTarget()