public interface NativeLinkTargetGroup
Modifier and Type | Method and Description |
---|---|
BuildTarget |
getBuildTarget() |
NativeLinkTarget |
getTargetForPlatform(CxxPlatform cxxPlatform,
boolean includePrivateLinkerFlags) |
BuildTarget getBuildTarget()
NativeLinkTarget getTargetForPlatform(CxxPlatform cxxPlatform, boolean includePrivateLinkerFlags)
includePrivateLinkerFlags
- whether to include rule-specific non-exported linker flags.