[roll] Roll fuchsia [memory] Makes ZXName serializable as JSON string.

Before this change it was serialized as a JSON array,
which cannot be sued as JSON object key, causing --machine
output to fail.

It is turned into a JSON string.
JSON being utf-8, the uft-8 valid sequence of the ZXName
are preserved, and invalid sequence are serialized has
hexadecimal (e.g. \xCA\xCB). Backslashes are doubled.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1263504
Original-Revision: 767b1bc076889c2bd7a5a9692fb27aadb2baed02
GitOrigin-RevId: ab2ad24d1045b4687a32d84e4497193dd110b604
Change-Id: Idbd662f6fe709b31f947b31f31a31ae0767a3b89
1 file changed
tree: d5650a063f0feabbea7dd0b8774eb9b381f8ee85
  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.