Stay organized with collections
Save and categorize content based on your preferences.
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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# SingleArtifact.MERGED_NATIVE_LIBS\n=================================\n\n\n```\n@Incubating object SingleArtifact.MERGED_NATIVE_LIBS : SingleArtifact\n```\n\n\u003cbr /\u003e\n\n|---|---|---|---|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [com.android.build.api.artifact.Artifact](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact) ||||\n| | ↳ | [com.android.build.api.artifact.Artifact.Single](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact.Single) |||\n| | | ↳ | [com.android.build.api.artifact.SingleArtifact](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/SingleArtifact) ||\n| | | | ↳ | [com.android.build.api.artifact.SingleArtifact.MERGED_NATIVE_LIBS](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/SingleArtifact.MERGED_NATIVE_LIBS) |\n\n*** ** * ** ***\n\nThe directory containing all the native library (.so) files that will be packaged in the APK, AAR, or Bundle.\n\nThe native libraries in this directory might undergo further processing (e.g. stripping debug symbols) before packaging.\n\nSummary\n-------\n\n| ### Inherited functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.artifact.Artifact](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact) |-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------| | `open `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getFolderName](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact#getFolderName())`()` | | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [name](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact#name())`()` Provide a unique name for the artifact type. | |\n| From class [com.android.build.api.artifact.SingleArtifact](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/SingleArtifact) |-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| | `open `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getFileSystemLocationName](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/SingleArtifact#getFileSystemLocationName())`()` | |\n\n| ### Inherited properties ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.artifact.Artifact](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact) |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------| | [Artifact.Category](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact.Category) | [category](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact#category()) | | [ArtifactKind](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/ArtifactKind)`\u003c`[Directory](https://docs.gradle.org/current/javadoc/org/gradle/api/file/Directory.html)`\u003e` | [kind](/reference/tools/gradle-api/8.1/com/android/build/api/artifact/Artifact#kind()) | |"]]