Interface PrebuiltStaticLibraryBinary
- All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary, StaticLibraryBinary
A static library that exists at a known location on the filesystem.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetStaticLibraryFile(File staticLibraryFile) The static library binary file.Methods inherited from interface Binary
getDisplayNameMethods inherited from interface NativeBinary
getBuildType, getFlavor, getTargetPlatformMethods inherited from interface NativeLibraryBinary
getHeaderDirs, getLinkFiles, getRuntimeFilesMethods inherited from interface StaticLibraryBinary
getStaticLibraryFile
-
Method Details
-
setStaticLibraryFile
The static library binary file.
-