[roll] Roll fuchsia [libc] Revamp build rules for libc's public header files

The new include/ subdirectory now handles build details for
libc's public (installed) headers, including support for using
headers from llvm-libc (so far only one header, which is not yet
load-bearing).  The README.md file there explains the new scheme
in detail.  As part of the cleanup, the headers that didn't
originate in musl are moved here from the musl include directory.

Original-Bug: 376333113
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1170293
Original-Revision: bf7c717e870b833d4701074d074c538b13a9b18c
GitOrigin-RevId: 43bd6c49cb368e48d84522e9cbb43560fba844b8
Change-Id: I1cab3f5c0072fe565fd5950a4abd9bcd21132506
1 file changed
tree: 0ea7e47ef48fc2b3ac8799c96a0b0b348ae86ffa
  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.