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