SingleArtifact.PUBLIC_ANDROID_RESOURCES_LIST

object SingleArtifact.PUBLIC_ANDROID_RESOURCES_LIST : SingleArtifact


A file containing the list of public resources exported by a library project.

It will have one resource per line and be of the format <resource-type> <resource-name>

for example

string public_string

This file will always be created, even if there are no resources.

See Choose resources to make public.

Summary

Inherited functions

From class com.android.build.api.artifact.Artifact
open String
String

Provide a unique name for the artifact type.

From class com.android.build.api.artifact.SingleArtifact