public interface NdkCxxPlatformCompiler extends AddsToRuleKey
Modifier and Type | Method and Description |
---|---|
String |
getGccVersion() |
NdkCompilerType |
getType() |
String |
getVersion() |
static NdkCxxPlatformCompiler |
of(NdkCompilerType type,
String version,
String gccVersion) |
NdkCompilerType getType()
String getVersion()
String getGccVersion()
static NdkCxxPlatformCompiler of(NdkCompilerType type, String version, String gccVersion)