tree: 20591ca6d82c27f1ee3e14a53aa63657408be326 [path history] [tgz]
  1. _registries/
  2. apple_support+/
  3. bazel_features+/
  4. bazel_skylib+/
  5. bazel_tools+remote_coverage_tools_extension+remote_coverage_tools/
  6. platforms/
  7. re2+/
  8. rules_cc+/
  9. rules_go+/
  10. rules_java+/
  11. rules_kotlin+/
  12. rules_license+/
  13. rules_pkg+/
  14. rules_proto+/
  15. rules_python+/
  16. rules_rust+/
  17. rules_rust++i+rules_rust_tinyjson/
  18. rules_shell+/
  19. OWNERS
  20. README.md
  21. VENDOR.bazel
third_party/bazel_vendor/README.md

Bazel vendor directory

This directory is generated and maintained by tools. Avoid manually making changes to content of this directory, unless you are certain they won't be automatically overwritten in the future.

To add a new Bazel dependency

  1. Add a new --repo argument in //tools/devshell/contrib/update-bazel-vendor-dir.
  2. Rerun fx update-bazel-vendor-dir.

To upgrade a Bazel dependency

  1. Change the version of the dependency in //build/bazel/toplevel.MODULE.bazel.
  2. Run fx update-bazel-vendor-dir.

If new dependencies are required, follow the instructions above to vendor them.