A static library binary built by Gradle for a native library.
Modifiers | Name | Description |
---|---|---|
interface |
StaticLibraryBinarySpec.TasksCollection |
Provides access to key tasks used for building the binary. |
Type | Name and description |
---|---|
void |
additionalLinkFiles(FileCollection files) Add some additional files required by consumers of this library at link time. |
File |
getStaticLibraryFile() The static library file. |
StaticLibraryBinarySpec.TasksCollection |
getTasks() {@inheritDoc} |
void |
setStaticLibraryFile(File staticLibraryFile) The static library binary file. |
Methods inherited from class | Name |
---|---|
interface NativeLibraryBinarySpec |
getComponent, getLibrary |
interface LibraryBinarySpec |
getLibrary |
interface NativeBinarySpec |
getAssembler, getBuildType, getComponent, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, getcCompiler, lib |
Add some additional files required by consumers of this library at link time.
The static library file.
{@inheritDoc}
The static library binary file.