Package org.gradle.nativeplatform
Interface SharedLibraryBinary
- All Superinterfaces:
Binary
,NativeBinary
,NativeLibraryBinary
- All Known Subinterfaces:
PrebuiltSharedLibraryBinary
A
NativeLibrary
that has been compiled and linked as a shared library.-
Method Summary
Modifier and TypeMethodDescriptionThe shared library file.The shared library link file.Methods inherited from interface org.gradle.platform.base.Binary
getDisplayName
Methods inherited from interface org.gradle.nativeplatform.NativeBinary
getBuildType, getFlavor, getTargetPlatform
Methods inherited from interface org.gradle.nativeplatform.NativeLibraryBinary
getHeaderDirs, getLinkFiles, getRuntimeFiles
-
Method Details