al_transitive_sources
Categories:
AlTransitiveSources
load("@com-alwaldend-git-src//bzl/providers:al_transitive_sources.bzl", "AlTransitiveSources") AlTransitiveSources(transitive_sources)
Provide transitive sources
- https://github.com/bazelbuild/examples/blob/main/rules/depsets/foo.bzl
- https://stackoverflow.com/a/57699683
FIELDS
Name | Description |
---|---|
transitive_sources | - |
al_transitive_sources
load("@com-alwaldend-git-src//bzl/providers:al_transitive_sources.bzl", "al_transitive_sources") al_transitive_sources(srcs, deps)
Obtain the source files for a target and its transitive dependencies.
PARAMETERS
Name | Description | Default Value |
---|---|---|
srcs | a list of source files | none |
deps | a list of targets that are direct dependencies | none |
RETURNS
a collection of the transitive sources