API Documentation: | NativeBinary |
---|
Note: This class is incubating and may change in a future version of Gradle.
Represents a particular binary artifact.
Property | Description |
buildType | Incubating The |
flavor | Incubating The flavor that this binary was built with. |
targetPlatform | Incubating The |
Property | Description |
cCompiler | Incubating The |
Property | Description |
cppCompiler | Incubating The |
Property | Description |
objectiveCCompiler | Incubating The |
Property | Description |
objectiveCppCompiler | Incubating The |
Property | Description |
rcCompiler | Incubating The |
Block | Description |
cCompiler | Incubating Configures the |
Block | Description |
cppCompiler | Incubating Configures the |
Block | Description |
objectiveCCompiler | Incubating Configures the |
Block | Description |
objectiveCppCompiler | Incubating Configures the |
Block | Description |
rcCompiler | Incubating Configures the |
BuildType
buildType
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The BuildType
used to construct this binary.
Flavor
flavor
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The flavor that this binary was built with.
Platform
targetPlatform
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The Platform
that this binary is targeted to run on.
Tool
assembler
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The Tool
added by the assembler plugin.
PreprocessingTool
cCompiler
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The PreprocessingTool
added by the c plugin.
PreprocessingTool
cppCompiler
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The PreprocessingTool
added by the cpp plugin.
PreprocessingTool
objectiveCCompiler
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The PreprocessingTool
added by the objective-c plugin.
PreprocessingTool
objectiveCppCompiler
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The PreprocessingTool
added by the objective-cpp plugin.
PreprocessingTool
rcCompiler
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The PreprocessingTool
added by the windows-resources plugin.
Note: This script block is incubating and may change in a future version of Gradle.
Configures the Tool
added by the assembler plugin.
Note: This script block is incubating and may change in a future version of Gradle.
Configures the PreprocessingTool
added by the c plugin.
- Delegates to:
PreprocessingTool
fromcCompiler
Note: This script block is incubating and may change in a future version of Gradle.
Configures the PreprocessingTool
added by the cpp plugin.
- Delegates to:
PreprocessingTool
fromcppCompiler
Note: This script block is incubating and may change in a future version of Gradle.
Configures the PreprocessingTool
added by the objective-c plugin.
- Delegates to:
PreprocessingTool
fromobjectiveCCompiler
Note: This script block is incubating and may change in a future version of Gradle.
Configures the PreprocessingTool
added by the objective-cpp plugin.
- Delegates to:
PreprocessingTool
fromobjectiveCppCompiler
Note: This script block is incubating and may change in a future version of Gradle.
Configures the PreprocessingTool
added by the windows-resources plugin.
- Delegates to:
PreprocessingTool
fromrcCompiler