SharedLibraryBinarySpec

A shared library binary built by Gradle for a native library.

Types

Link copied to clipboard
Provides access to key tasks used for building the binary.

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Link copied to clipboard
abstract fun checkedBy(tasks: Array<Any>)
Link copied to clipboard
abstract fun getAssembler(): Tool
Link copied to clipboard
Link copied to clipboard
abstract fun getBuildTask(): Task
Link copied to clipboard
abstract fun getBuildType(): BuildType
Link copied to clipboard
Link copied to clipboard
abstract fun getCheckTask(): Task
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getFlavor(): Flavor
Link copied to clipboard
Link copied to clipboard
abstract fun getLibrary(): LibrarySpec
Link copied to clipboard
Link copied to clipboard
abstract fun getLinker(): Tool
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getProjectPath(): String
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
Link copied to clipboard
abstract fun getStaticLibArchiver(): Tool
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isBuildable(): Boolean
Link copied to clipboard
abstract fun lib(library: Any)
Link copied to clipboard
abstract fun setBuildTask(buildTask: Task)
Link copied to clipboard
abstract fun setCheckTask(checkTask: Task)
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.