[roll] Roll fuchsia [versioning] Use API level PLATFORM in C++.

Historically, the platform build was run at API level PLATFORM (or
LEGACY, or -1, take your pick), but the numerical version passed to
clang corresponded to HEAD. This CL changes it to be the constant for
PLATFORM instead.

The analogous Rust change was https://fxrev.dev/1028476.

Original-Bug: 335473877
Original-Bug: 330426357
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1040975
Original-Revision: 4e0b5a8e5422587c9fd11ff6c7748366cc5fb0a5
GitOrigin-RevId: 8d7d7e1799ce3570e1ddf6430e0514bcc32c5c5f
Change-Id: Ia96e00b503b9e9565687b0588dae8462331305d6
1 file changed
tree: 87200e7a52ce33cdf2ffff8cad2b4a831a403390
  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.