Package com.android.builder.model
Interface ProjectBuildOutput
Deprecated.
Minimal model for a project output.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a collection ofVariantBuildOutputidentifying all the variants for this project.
-
Method Details
-
getVariantsBuildOutput
Deprecated.Returns a collection ofVariantBuildOutputidentifying all the variants for this project.- Returns:
- a list of
VariantBuildOutputper variant.
-