public class InstantRunResourcesApkBuilder
extends com.android.build.gradle.internal.tasks.AndroidBuilderTask
Right now, there is only one packaged resources file in InstantRun mode, but we could decide to slice the resources in the future.
| Modifier and Type | Class and Description |
|---|---|
static class |
InstantRunResourcesApkBuilder.ConfigAction |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APK_FILE_NAME |
| Constructor and Description |
|---|
InstantRunResourcesApkBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFullTaskAction() |
java.io.File |
getOutputDirectory() |
java.lang.String |
getPatchingPolicy() |
protected com.android.build.gradle.internal.scope.BuildElements |
getResInputBuildArtifacts() |
java.lang.String |
getResInputType() |
com.android.build.api.artifact.BuildableArtifact |
getResourcesFile() |
com.android.build.gradle.internal.dsl.CoreSigningConfig |
getSigningConf() |
getBuilder, getBuildTools, getILogger, setAndroidBuildergetVariantName, setVariantNamenewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic static final java.lang.String APK_FILE_NAME
@Optional public com.android.build.gradle.internal.dsl.CoreSigningConfig getSigningConf()
@Input public java.lang.String getResInputType()
@Input public java.lang.String getPatchingPolicy()
@InputFiles public com.android.build.api.artifact.BuildableArtifact getResourcesFile()
@OutputDirectory public java.io.File getOutputDirectory()
protected void doFullTaskAction()
protected com.android.build.gradle.internal.scope.BuildElements getResInputBuildArtifacts()