tree: a0bba246f7f878a8ecf3c5ca436d90a6fe6a37b4 [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. lz4/
  20. musl/
  21. nix/
  22. pixman/
  23. py/
  24. qboot/
  25. qemu/
  26. rules_rust/
  27. rust/
  28. rust_efi/
  29. sandboxroot/
  30. seccomp/
  31. swtpm/
  32. urcu/
  33. uring/
  34. util-linux/
  35. xfsprogs/
  36. BUILD.bazel
  37. platforms-add-uefi.patch
  38. 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.