...

Text file src/edge-infra.dev/hack/tools/bzl/README.md

Documentation: edge-infra.dev/hack/tools/bzl

     1# `bzl`
     2
     3Bazel (`.bzl`) files that define macros that can be reused across `BUILD.bazel` 
     4files to make specific tasks (generating assets, testing, building, publishing, etc) 
     5more consistent and simplify more complicated build definitions, or configure 
     6Bazel specifics for our repository (such as `platforms.bzl`).
     7
     8These macros are not tied to any specific tool. If a specific tool that we have 
     9written provides some macros, those macros should be defined alongside the source 
    10code for that tool (see `hack/tools/controller-gen`).

View as plain text