[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.