tree: f3abce04a9098f46d76dea0440b904c30cd3252f [path history] [tgz]
  1. bazelrc/
  2. cap/
  3. chrony/
  4. cockroach/
  5. dosfstools/
  6. edk2/
  7. efistub/
  8. gazelle/
  9. glib/
  10. gnuefi/
  11. go/
  12. inih/
  13. intel_ucode/
  14. libpg_query/
  15. libtpms/
  16. licenses/
  17. linux/
  18. linux-firmware/
  19. musl/
  20. nix/
  21. rules_rust/
  22. rust/
  23. rust_efi/
  24. sandboxroot/
  25. seccomp/
  26. swtpm/
  27. urcu/
  28. util-linux/
  29. xfsprogs/
  30. BUILD.bazel
  31. platforms-add-uefi.patch
  32. README.md
third_party/README.md

//third_party

Anything related to importing third party code and making it work with our monorepo lives here:

  • Vendored code.
  • Bazel rules for third party code.
  • Patches to thid party code.
  • Lock files and similar package manager definitions (whenever possible - things like `go.mod have to live at the top level, and that's OK too).

First-party code or build rules based on a third-party component should not live here.