public interface NativeLinkableGroup
BuildRule
objects (e.g. C++ libraries) which can contribute to the
top-level link of a native binary (e.g. C++ binary). This represents the linkable object for all
platforms.Modifier and Type | Interface and Description |
---|---|
static class |
NativeLinkableGroup.Linkage |
Modifier and Type | Method and Description |
---|---|
BuildTarget |
getBuildTarget() |
NativeLinkable |
getNativeLinkable(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder) |
BuildTarget getBuildTarget()
NativeLinkable getNativeLinkable(CxxPlatform cxxPlatform, ActionGraphBuilder graphBuilder)