public class ExternalNativeCleanTask
extends com.android.build.gradle.internal.tasks.BaseTask
It declares no inputs or outputs, as it's supposed to always run when invoked. Incrementality is left to the underlying build system.
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalNativeCleanTask.ConfigAction |
| Constructor and Description |
|---|
ExternalNativeCleanTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
diagnostic(java.lang.String format,
java.lang.Object... args)
Log low level diagnostic information.
|
protected void |
executeProcessBatch(java.util.List<java.lang.String> commands,
java.util.List<java.lang.String> targetNames)
Given a list of build commands, execute each.
|
getBuilder, getBuildTools, getILogger, setAndroidBuildergetVariantName, setVariantNameaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringprotected void diagnostic(java.lang.String format,
java.lang.Object... args)
protected void executeProcessBatch(@NonNull
java.util.List<java.lang.String> commands,
@NonNull
java.util.List<java.lang.String> targetNames)
throws com.android.ide.common.process.ProcessException,
java.io.IOException
com.android.ide.common.process.ProcessExceptionjava.io.IOException