[roll] Roll fuchsia [kernel][build] Introduce kernel_switchset()

The new kernel GN toolchain abstraction, to eventually be leveraged to
define multiple kernels at once.

In this first change, we simply move - without modification - the
zircon_toolchain_suite() definition in //zircon/kernel/BUILD.gn into
a parameter-less template in //zircon/kernel/kernel_switchset(),
instantiating that back in the first file.

Original-Bug: 371568912
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1553187
Original-Revision: ebd4a402668ce6cda95b4b85f3b60fcd2ab61770
GitOrigin-RevId: 66429d3bbc34d60ef57ee3ec1f2d2c3333128f87
Change-Id: I014a17e2f0f4361710d60a8812ca7a6f847a2658
1 file changed
tree: afa7dec786396889129aba376c85440cd43e4d50
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.