[roll] Roll fuchsia [kernel] undef __cpp_lib_format in the kernel

We wish to use __cpp_lib_format to determine whether we should implement
support for `std::formatter` in libraries. However because these
libraries share common code with the kernel and the kernel doesn't
support <format> we need a way to avoid this code from being compiled
into kernel builds. Undefing it allows us to accomplish this.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1144844
Original-Revision: 0efbaa315c3ba36b058fc68efcfa72b852795aa3
GitOrigin-RevId: 4951fb41c0b406fb06b6be828cd23f8563c5607f
Change-Id: I9f71cbb3d53f47b0113e0e75d581301aac841de9
1 file changed
tree: ce6ddf26ccae90d21e0d51f0eb9e121d4acfb7e8
  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.