[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Remove special full build handling for GPU (#128572)

Summary:
Currently we default to non-fullbuild for all targets, but realistically
we should do this depending on the target OS. Some OS's like the GPU or
upcoming UEFI have no existing hosted system, so they cannot be built
with an overlay build. These are already errors so there's no reason to
complicate things and require passing it in through the runtimes build.
GitOrigin-RevId: 622a81a5a153729340ed4de6eb9a94c351144d48
Original-Revision: b4118b722cecdcc6d298067c444b868b2055d5a7
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1213549
Original-Revision: 3ca1f9123f1d343f5d066427e50ff69d9b66a645
Change-Id: If4383cb18206217ffb3d209883a0d3234dc6e2ec
1 file changed
tree: 3f47ec7b5a68b1d5483c440dece6619048600816
  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.