StaticLibraryBinarySpec

A static 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 additionalLinkFiles(files: FileCollection)
Add some additional files required by consumers of this library at link time.
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
Link copied to clipboard
abstract fun getStaticLibArchiver(): Tool
Link copied to clipboard
abstract fun getStaticLibraryFile(): File
The static library file.
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 setStaticLibraryFile(staticLibraryFile: File)
The static library binary file.