Package com.android.builder.model
Interface AppBundleVariantBuildOutput
public interface AppBundleVariantBuildOutput
Model that represents the variant build output of a bundle file.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the location of the generated APK(s) from the bundle.Returns the bundle file output (.aab file).getName()Variant full name.
-
Method Details
-
getName
Variant full name.- Returns:
- a
Stringrepresenting this variant's name.
-
getBundleFile
Returns the bundle file output (.aab file).- Returns:
- the output file for this variant.
-
getApkFolder
Returns the location of the generated APK(s) from the bundle.The location is always returned but it may not have been generated if the build request only built the bundle.
- Returns:
- the folder containing the APKs.
-