A static library binary built by Gradle for a native library.
Type | Name and description |
---|---|
void |
additionalLinkFiles(FileCollection files) Add some additional files required at link time. |
File |
getStaticLibraryFile() The static library file. |
void |
setStaticLibraryFile(File staticLibraryFile) The static library binary file. |
Methods inherited from class | Name |
---|---|
interface NativeBinarySpec |
getBuildType, getComponent, getFlavor, getLibs, getLinker, getStaticLibArchiver, getTargetPlatform, getTasks, getToolChain, lib |
Add some additional files required at link time.
The static library file.
The static library binary file.