Skip to content

Latest commit

 

History

History
executable file
·
26 lines (14 loc) · 1 KB

directory_subdirectory_doc.md

File metadata and controls

executable file
·
26 lines (14 loc) · 1 KB

Skylib module containing rules to create metadata about subdirectories.

subdirectory

load("@bazel_skylib//rules/directory:subdirectory.bzl", "subdirectory")

subdirectory(name, parent, path)

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required
parent A label corresponding to the parent directory (or subdirectory). Label required
path A path within the parent directory (eg. "path/to/subdir") String required