[roll] Roll fuchsia [versioning] Redefine FUCHSIA_HEAD for C++.

The "HEAD" API level is being redefined in this RFC: https://fxrev.dev/1009253

This CL updates the value of FUCHSIA_HEAD when used in a clang-y
context. Analogous changes for packages and FIDL soon to come.

I _think_ I got everything? But unfortunately 2^32-1 is not the easiest
number to search for...

Original-Bug: 335473877
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1030293
Original-Revision: d2cb8360616b69d4cffd690e07f70f0c1643f290
GitOrigin-RevId: e8cab94f94fd4f1d99c18bfcc1e71e45429c52ff
Change-Id: I20ce8637fd5adade7608fda49b2f4a8228438d70
1 file changed
tree: b98e4799ad4ed9f16afdb4a5a05dad211aa9a11d
  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 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.