@Incubating public interface NativeLibrarySpec extends LibrarySpec<NativeBinarySpec>, NativeComponentSpec, TargetedNativeComponent
Named.Namer
修飾子とタイプ | メソッドと説明 |
---|---|
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, setBaseName
getBinaries, getDisplayName, getProjectPath, getSource, source
targetBuildTypes, targetFlavors, targetPlatforms
NativeLibraryRequirement getShared()
NativeLibraryRequirement getStatic()
NativeLibraryRequirement getApi()