Interface |
Description |
BuildType
|
Specifies a build-type for a native binary. |
BuildTypeContainer
|
A container of BuildTypes. |
Flavor
|
Defines a custom variant that differentiate a NativeBinary. |
FlavorContainer
|
A container of Flavors.
|
NativeBinary
|
Represents a particular binary artifact. |
NativeBinarySpec
|
Represents a binary artifact that is the result of building a native component. |
NativeBinaryTasks
|
Provides access to key tasks used for building the binary. |
NativeComponentExtension
|
The configuration for native components generated by this build. |
NativeComponentSpec
|
Represents a logical software component, which may be built in a number of variant binaries. |
NativeDependencySet
|
Models a collection of native type dependencies. |
NativeExecutable
|
An executable native component that is built by Gradle. |
NativeExecutableBinary
|
A binary artifact for a NativeExecutable, targeted at a particular platform with specific configuration. |
NativeExecutableBinarySpec
|
An binary built by Gradle for a native application. |
NativeExecutableSpec
|
An executable native component that is built by Gradle. |
NativeLibrary
|
A library component that is built by a gradle project. |
NativeLibraryBinary
|
A physical representation of a NativeLibrary component. |
NativeLibraryBinarySpec
|
Represents a binary artifact that is the result of building a native library component. |
NativeLibraryRequirement
|
A dependency on a native library within the build. |
NativeLibrarySpec
|
A library component that is built by a gradle project. |
PrebuiltLibraries
|
A container of PrebuiltLibrary instances. |
PrebuiltLibrary
|
A library component that is not built by gradle. |
PrebuiltSharedLibraryBinary
|
A shared library that exists at a known location on the filesystem. |
PrebuiltStaticLibraryBinary
|
A static library that exists at a known location on the filesystem. |
Repositories
|
The repositories that Gradle will search for prebuilt libraries. |
SharedLibraryBinary
|
A NativeLibrary that has been compiled and linked as a shared library. |
SharedLibraryBinarySpec
|
A shared library binary built by Gradle for a native library. |
StaticLibraryBinary
|
A NativeLibrary that has been compiled and archived into a static library. |
StaticLibraryBinarySpec
|
A static library binary built by Gradle for a native library. |
TargetedNativeComponent
|
A native component that can be configured to target certain variant dimensions.
|
Tool
|
Configuration of the arguments of a ToolChain executable. |