• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

analysis_v2/25-Apr-2025-1,7541,453

build/25-Apr-2025-3,9763,345

README.mdD25-Apr-2025685 1712

regen.shD25-Apr-2025390 169

README.md

1This directory and its subdirectories contains proto files which represent
2Bazel's protocols.
3
4TODO(b/254464719): Sync these protos as part of Bazel release process.
5
6These proto files are obtained directly from cloning Bazel at the current
7Bazel release commit, except that a workspace-relative `go_package` option
8header is added to each proto file.
9
10Note that proto files should exist in their own subdirectories, as this
11is a microfactory requirement so that these proto files may exist in
12different packages. (With different package,  there is no risk of
13naming conflict between proto messages.)
14
15Run `./regen.sh` to generate `.pb.go` files from proto files under this
16directory.
17