PrebuiltSharedLibraryBinary

A shared library that exists at a known location on the filesystem.

Functions

Link copied to clipboard
abstract fun getBuildType(): BuildType
Returns the org.gradle.nativeplatform.BuildType used to construct this binary.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human-consumable display name for this binary.
Link copied to clipboard
abstract fun getFlavor(): Flavor
The org.gradle.nativeplatform.Flavor that this binary was built with.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getSharedLibraryFile(): File
The shared library file.
Link copied to clipboard
The shared library link file.
Link copied to clipboard
Returns the org.gradle.nativeplatform.platform.NativePlatform that this binary is targeted to run on.
Link copied to clipboard
abstract fun setSharedLibraryFile(sharedLibraryFile: File)
The shared library file.
Link copied to clipboard
abstract fun setSharedLibraryLinkFile(sharedLibraryLinkFile: File)
The shared library link file.