[roll] Roll fuchsia [bazel] Add //build/bazel/platforms:is_host_os

The new //build/bazel/platforms:is_host_os label can be used
in select() statements as a key to select values that are
specific to the host operating system, independent from its CPU
architecture.

+ Add //build/bazel/platforms:constraints.bzl defining
  HOST_OS_CONSTRAINTS.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1409414
Original-Revision: 5f0c8cd61a6e8283b1fed6d3e85301695cc41189
GitOrigin-RevId: 29fe4cdf2633eeafa8fb0b2416c898d545ed0fa8
Change-Id: I99ec2834ccb8d4a4c3aaa5aae23ae077fe412da3
1 file changed
tree: 3013c91df3ddcb549611e97c403e2132a3a8742b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.