public class ExternalNativeBuildTask
extends com.android.build.gradle.internal.tasks.NonIncrementalTask
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 |
ExternalNativeBuildTask.CreationAction |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUILD_TARGETS_PLACEHOLDER |
| Constructor and Description |
|---|
ExternalNativeBuildTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTaskAction() |
java.io.File |
getObjFolder() |
java.io.File |
getSoFolder() |
getVariantName, 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, toStringpublic static final java.lang.String BUILD_TARGETS_PLACEHOLDER
protected void doTaskAction()
throws com.android.ide.common.process.BuildCommandException,
java.io.IOException
doTaskAction in class com.android.build.gradle.internal.tasks.NonIncrementalTaskcom.android.ide.common.process.BuildCommandExceptionjava.io.IOException@NonNull public java.io.File getObjFolder()
@NonNull public java.io.File getSoFolder()