SingleArtifact.ASSETS

@Incubating
public static class SingleArtifact.ASSETS extends SingleArtifact implements Artifact.Replaceable, Artifact.Transformable


Assets that will be packaged in the resulting APK or Bundle.

When used as an input, the content will be the merged assets. For the APK, the assets will be compressed before packaging.

To add new folders to ASSETS, you must use com.android.build.api.variant.Sources.assets

Summary

Public fields

static @NonNull SingleArtifact.ASSETS

Public fields

INSTANCE

public static @NonNull SingleArtifact.ASSETS INSTANCE