public interface UnresolvedNdkCxxPlatform
NdkCxxPlatform. During parsing/configuration only
information about parse-time deps is available. During action graph creation, this can be
resolved to the final NdkCxxPlatform.| Modifier and Type | Method and Description |
|---|---|
UnresolvedCxxPlatform |
getCxxPlatform()
Returns the @{link UnresolvedCxxPlatform} corresponding to the resolved
NdkCxxPlatform's CxxPlatform. |
Iterable<BuildTarget> |
getParseTimeDeps(TargetConfiguration targetConfiguration)
Returns the parse time deps of this platform.
|
NdkCxxPlatform |
resolve(BuildRuleResolver ruleResolver)
Returns the resolved @{link NdkCxxPlatform}.
|
Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)
NdkCxxPlatform resolve(BuildRuleResolver ruleResolver)
UnresolvedCxxPlatform getCxxPlatform()
NdkCxxPlatform's CxxPlatform.