public static class OmnibusRoots.Builder extends Object
Modifier and Type | Method and Description |
---|---|
void |
addExcludedRoot(NativeLinkable root)
Add a root which is excluded from omnibus linking.
|
void |
addIncludedRoot(NativeLinkTarget root)
Add a root which is included in omnibus linking.
|
void |
addPotentialRoot(NativeLinkable node,
boolean includePrivateLinkerFlags)
Add a node which may qualify as either an included root, and excluded root, or neither.
|
OmnibusRoots |
build() |
boolean |
isEmpty() |
public void addIncludedRoot(NativeLinkTarget root)
public void addExcludedRoot(NativeLinkable root)
public void addPotentialRoot(NativeLinkable node, boolean includePrivateLinkerFlags)
public boolean isEmpty()
public OmnibusRoots build()