[roll] Roll fuchsia [Symbolizer] Clarify format specifiers in spec.

This change makes the meaning of "%i" explicit and removes the implicit
dependency of the format specifiers on C printf/scanf.

The "%x" used as the size argument in mmap is also changed to "%i", to
align with actual usage ("0x" is typically present, but disallowed by
"%x").

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/689107
Original-Revision: 3fd0d2359075e00a1c7c5d19251251a0eef62019
GitOrigin-RevId: a78ada418aaf53e4a10db048565667557f9a1403
Change-Id: I3c228ab8176426bef9dc4faac6cc0ed209d14d10
1 file changed
tree: d18b5e8d1a4bfce7212803c78f76538b7d70bafe
  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.