Artifact.ContainsMany

interface Artifact.ContainsMany

Known direct subclasses
SingleArtifact.APK

Directory where APK files will be located.


Denotes a single DIRECTORY that may contain zero to many com.android.build.api.variant.BuiltArtifact.

Artifact types annotated with this marker interface are backed up by a DIRECTORY whose content should be read using the com.android.build.api.variant.BuiltArtifactsLoader.

If producing an artifact type annotated with this marker interface, content should be written using the com.android.build.api.variant.BuiltArtifacts.save methods.