Target

Report an issue View source Nightly · 7.2 · 7.1 · 7.0 · 6.5 · 6.4

The BUILD target for a dependency. Appears in the fields of ctx.attr corresponding to dependency attributes (label or label_list). Has the following fields:
  • label

    Label Target.label
    The identifier of the target.
  • Providers

    The providers of a rule target can be accessed by type using index notation (target[DefaultInfo]). The presence of providers can be checked using the in operator (SomeInfo in target).