Interface OutputFile

All Superinterfaces:
VariantOutput
All Known Subinterfaces:
AndroidArtifactOutput

@Deprecated public interface OutputFile extends VariantOutput
Deprecated.
An output with an associated set of filters.
  • Method Details

    • getOutputFile

      @NonNull File 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 this OutputFile has filters, this is a split APK. For test artifact for a library project, this would also be an apk.
      Returns:
      the output file.