Rules for working with transitions.

Rules

platform_transition_filegroup

Transitions the srcs to use the provided platform. The filegroup will contain artifacts for the target platform.

Example usage (generated)

load("@aspect_bazel_lib//lib:transitions.bzl", "platform_transition_filegroup")

platform_transition_filegroup(
    # A unique name for this target.
    name = "",
    # The target platform to transition the srcs.
    target_platform = "",
)

name

A unique name for this target.

srcs

The input to be transitioned to the target platform.

target_platform

The target platform to transition the srcs.