[roll] Roll fuchsia [kernel][lib/arch] Make per-CPU code available on host when possible

This decouples enabling the per-CPU subdirectory of lib/arch from
the `is_host` condition.  The per-CPU subdirectory is used in any
toolchain where a subdirectory for the $current_cpu exists.  The
headers generated for use by assembly code must be omitted in the
`is_host` case to prevent circular dependencies.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161753
Original-Revision: 30e2194d2ce42f1bb1cf44017ba3f290a9ea2e14
GitOrigin-RevId: b623d049ea161e2c45b3c37e976b8c2136ee07c8
Change-Id: I5621bffbeb901da022d777c9eefc372de7e4a6b1
1 file changed
tree: 82ee5252617e4e25627910f5a6fbdde47d6a0b6a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.