| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
addArgsToTool(org.gradle.nativeplatform.Tool tool, java.lang.Object args) |
|
static java.lang.String |
binTools(java.lang.String tool, org.gradle.language.base.internal.ProjectLayout projectLayout, BuildConfig config) |
|
static boolean |
doesToolChainExist(BuildConfig config, org.gradle.api.internal.project.ProjectIdentifier projectIdentifier) |
|
static java.lang.Class |
getCompilerFamily(java.lang.String family) |
|
static boolean |
isComponentEnabled(BuildConfig config, java.lang.String componentName) |
|
static boolean |
isConfigEnabled(BuildConfig config, org.gradle.api.internal.project.ProjectIdentifier projectIdentifier)If a config is crosscompiling, only enable for athena. |
|
static boolean |
isCrossCompile(BuildConfig config) |
|
static boolean |
isNativeProject(org.gradle.platform.base.BinarySpec binary) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If a config is crosscompiling, only enable for athena. Otherwise, only enable if the current os is the config os, or specific cross compiler is specified