Package com.android.build
Interface OutputFile
- All Superinterfaces:
VariantOutput
- All Known Subinterfaces:
AndroidArtifactOutput
Deprecated.
An output with an associated set of filters.
-
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.Returns the output file for this artifact's output.Methods inherited from interface com.android.build.VariantOutput
getFilters, getFilterTypes, getMainOutputFile, getOutputs, getOutputType, getVersionCode
-
Method Details
-
getOutputFile
Deprecated.Returns the output file for this artifact's output. Depending on whether the project is an app or a library project, this could be an apk or an aar file. If thisOutputFilehas filters, this is a split APK. For test artifact for a library project, this would also be an apk.- Returns:
- the output file.
-