[roll] Roll fuchsia [libc] Link against a stub libc++.a

This prevents bringing in any compiled code from libc++ (including
libc++abi), so as to ensure that everything going into libc (modulo
builtins) is compiled in the libc environment.

Original-Fixed: 103196
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/693431
Original-Revision: 87ec7c07834d2e99e0470421a17c9c810e24df53
GitOrigin-RevId: d21f93744a549dafca440f3be52adb770e04ec52
Change-Id: I4bfe71ba3a24686fdc97479d11b64674a81dbc47
1 file changed
tree: 017509616e2565044f8ed078ba997c8cc0751a01
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.