blob: 8487e9440596506490862f2f29e5e771be6456d5 [file] [log] [blame]
"""Rule and corresponding provider that joins a label pointing to a TreeArtifact
with a path nested within that directory
"""
load(
"//lib/private:directory_path.bzl",
_DirectoryPathInfo = "DirectoryPathInfo",
_directory_path = "directory_path",
_make_directory_path = "make_directory_path",
_make_directory_paths = "make_directory_paths",
)
directory_path = _directory_path
make_directory_path = _make_directory_path
make_directory_paths = _make_directory_paths
DirectoryPathInfo = _DirectoryPathInfo