[roll] Roll fuchsia [uuid] Replace std::regex with re2::RE2

See RFC-0105 for background:
https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0105_regular_expression_libraries

For the most part this is purely mechanical, with a few exceptions:

- By default, RE2 does not match against invalid UTF8. If the source
  strings may be invalid UTF8 (e.g., if they can contain '\0'), the RE2
  object must be created in Latin1 mode.

- RE2 is not copyable or movable.

Original-Bug: 77811
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/603047
Original-Revision: c11e9d90ceb497f2bcfe0fbe8a59921464e1c089
GitOrigin-RevId: 8476556bff50a7638d70cdf173d65115387323a8
Change-Id: Ic176fbdcdd8e17e35c1fd20ad18f44875a68f4ba
1 file changed
tree: b6c7bcb99041724caa4af3558f6589921bc32ea1
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.