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 have not yet been stripped during the current build (though some of them might already be stripped if they are from remote dependencies).

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