public abstract class PackageSplitRes
extends com.android.build.gradle.internal.tasks.NonIncrementalTask
| Modifier and Type | Class and Description |
|---|---|
static class |
PackageSplitRes.CreationAction |
| Constructor and Description |
|---|
PackageSplitRes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTaskAction() |
boolean |
getKeepTimestampsInApk() |
static java.lang.String |
getOutputFileNameForSplit(com.android.build.gradle.internal.scope.ApkData apkData,
java.lang.String archivesBaseName,
boolean isSigned) |
abstract org.gradle.api.file.DirectoryProperty |
getProcessedResources() |
org.gradle.api.file.FileCollection |
getSigningConfig() |
abstract org.gradle.api.file.DirectoryProperty |
getSplitResApkOutputDirectory() |
getProjectName, getVariantName, getWorkerExecutor, getWorkerFacadeWithThreads, getWorkerFacadeWithWorkers, recordTaskAction, setVariantNamenewInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@InputFiles public abstract org.gradle.api.file.DirectoryProperty getProcessedResources()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getSplitResApkOutputDirectory()
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getSigningConfig()
@Input public boolean getKeepTimestampsInApk()
protected void doTaskAction()
doTaskAction in class com.android.build.gradle.internal.tasks.NonIncrementalTaskpublic static java.lang.String getOutputFileNameForSplit(com.android.build.gradle.internal.scope.ApkData apkData,
java.lang.String archivesBaseName,
boolean isSigned)