SingleArtifact.MERGED_NATIVE_LIBS

Added in 8.1.0

@Incubating
object SingleArtifact.MERGED_NATIVE_LIBS : SingleArtifact


The directory containing all the native library (.so) files that will be packaged in the APK, AAR, or Bundle.

The native libraries in this directory might undergo further processing (e.g. stripping debug symbols) before packaging.

Summary

Inherited functions

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

Provide a unique name for the artifact type.

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