Interface DependencyOnlyRuleAnalysisContext

  • All Known Subinterfaces:
    RuleAnalysisContext
    All Known Implementing Classes:
    RuleAnalysisContextImpl

    public interface DependencyOnlyRuleAnalysisContext
    Reduced context from RuleAnalysisContext that only resolves deps and sources. This primarily exists to get around a circular dependency in some places that we want to use providers (namely in toolchains, where ActionRegistry causes a circular dependency)