@Incubating public interface NativeLibrary extends Library, ProjectNativeComponent, TargetedNativeComponent
Named.Namer
Modifier and Type | Method and Description |
---|---|
NativeLibraryRequirement |
getApi()
Converts this library to a native library requirement that uses the api library linkage.
|
NativeLibraryRequirement |
getShared()
Converts this library to a native library requirement that uses the shared library variant.
|
NativeLibraryRequirement |
getStatic()
Converts this library to a native library requirement that uses the static library variant.
|
getBaseName, getBinaries, getDisplayName, getSource, setBaseName, source
targetBuildTypes, targetFlavors, targetPlatforms
NativeLibraryRequirement getShared()
NativeLibraryRequirement getStatic()
NativeLibraryRequirement getApi()