A library component that is built by a gradle project.
Type | Name 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. |
Methods inherited from class | Name |
---|---|
interface ProjectNativeComponent |
getBaseName, getBinaries, getDisplayName, getSource, setBaseName, source |
interface TargetedNativeComponent |
targetBuildTypes, targetFlavors, targetPlatforms |
Converts this library to a native library requirement that uses the api library linkage.
Converts this library to a native library requirement that uses the shared library variant. This is the default.
Converts this library to a native library requirement that uses the static library variant.