Interface AndroidArtifactOutput

All Superinterfaces:
OutputFile, VariantOutput

public interface AndroidArtifactOutput extends OutputFile
The Actual output for a AndroidArtifact, which can be one file at the minimum or several APKs in case of pure splits configuration.
  • Method Details

    • getAssembleTaskName

      @NonNull @Deprecated String getAssembleTaskName()
      Deprecated.
      Returns the name of the task used to generate this artifact output.
      Returns:
      the name of the task.
    • getGeneratedManifest

      @NonNull File getGeneratedManifest()
      The generated manifest for this variant's artifact's output.