SingleArtifact.MERGED_NATIVE_LIBS

@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 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