A shared library binary built by Gradle for a native library.
Modifiers | Name | Description |
---|---|---|
interface |
SharedLibraryBinarySpec.TasksCollection |
Provides access to key tasks used for building the binary. |
Type | Name and description |
---|---|
File |
getSharedLibraryFile() The shared library file. |
File |
getSharedLibraryLinkFile() The shared library link file. |
SharedLibraryBinarySpec.TasksCollection |
getTasks() {@inheritDoc} |
void |
setSharedLibraryFile(File sharedLibraryFile) The shared library file. |
void |
setSharedLibraryLinkFile(File sharedLibraryLinkFile) The shared library link 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 |
The shared library file.
The shared library link file.
{@inheritDoc}
The shared library file.
The shared library link file.