public abstract class OmnibusRoots extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OmnibusRoots.Builder |
| Constructor and Description |
|---|
OmnibusRoots() |
| Modifier and Type | Method and Description |
|---|---|
static OmnibusRoots.Builder |
builder(com.google.common.collect.ImmutableSet<BuildTarget> excludes,
ActionGraphBuilder graphBuilder) |
abstract com.google.common.collect.ImmutableMap<BuildTarget,NativeLinkable> |
getExcludedRoots() |
abstract com.google.common.collect.ImmutableMap<BuildTarget,NativeLinkTarget> |
getIncludedRoots() |
public abstract com.google.common.collect.ImmutableMap<BuildTarget,NativeLinkTarget> getIncludedRoots()
NativeLinkTarget roots that are included in omnibus linking.public abstract com.google.common.collect.ImmutableMap<BuildTarget,NativeLinkable> getExcludedRoots()
NativeLinkable roots that are excluded from omnibus linking.public static OmnibusRoots.Builder builder(com.google.common.collect.ImmutableSet<BuildTarget> excludes, ActionGraphBuilder graphBuilder)