Interface | Description |
---|---|
ImplicitDepsInferringDescription<T> |
While building up the target graph, we infer the implicit dependencies of a rule by parsing all
parameters with types
SourcePath or BuildRule . |
ImplicitFlavorsInferringDescription |
While building up the target graph, we allow descriptions to apply default flavors (e.g.,
#iphonesimulator-x86_64 for C++ or Objective-C libraries built in an iPhone simulator
environment) from the .buckconfig file.
|
ImplicitInputsInferringDescription<T> |
While building up the target graph, we infer implicit inputs of a rule if certain fields are
absent (e.g.
|