mesa: Update documentation to include notes on versioning.

BUG=chromium:905022
TEST=None

Change-Id: I11547620ea31c0fb6348f470c31ca3d113224c14
Reviewed-on: https://chromium-review.googlesource.com/1606264
Commit-Ready: David Riley <davidriley@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Tested-by: David Riley <davidriley@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
1 file changed
tree: eb4add1b69574ee4943725f2af53ef4c214565a9
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-garcon/
  4. cros-gpu-alpha/
  5. cros-guest-tools/
  6. cros-notificationd/
  7. cros-pulse-config/
  8. cros-sftp/
  9. cros-sommelier/
  10. cros-sommelier-config/
  11. cros-sudo-config/
  12. cros-systemd-overrides/
  13. cros-tast-tests/
  14. cros-ui-config/
  15. cros-wayland/
  16. docs/
  17. kokoro/
  18. lxd/
  19. mesa/
  20. .gitignore
  21. COMMIT-QUEUE.ini
  22. LICENSE
  23. README.md
  24. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.

bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"