Package com.android.builder.model
Interface AndroidArtifactOutput
- All Superinterfaces:
OutputFile,VariantOutput
The Actual output for a
AndroidArtifact, which can be one file at the minimum or several
APKs in case of pure splits configuration.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.android.build.VariantOutput
VariantOutput.FilterType, VariantOutput.OutputType -
Field Summary
Fields inherited from interface com.android.build.VariantOutput
ABI, DENSITY, FULL_SPLIT, LANGUAGE, MAIN, NO_FILTER -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The generated manifest for this variant's artifact's output.Methods inherited from interface com.android.build.OutputFile
getOutputFileMethods inherited from interface com.android.build.VariantOutput
getFilters, getFilterTypes, getMainOutputFile, getOutputs, getOutputType, getVersionCode
-
Method Details
-
getAssembleTaskName
Deprecated.Returns the name of the task used to generate this artifact output.- Returns:
- the name of the task.
-
getGeneratedManifest
The generated manifest for this variant's artifact's output.
-