[roll] Roll fuchsia [forensics] use constexpr LazyRE2s

Regular expressions only have to be compiled and initialized once to be
used in a thread-safe way and in a manner which is safe for global
initialization and teardown.

TESTED=`fx test //src/developer/forensics`

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825366
Original-Revision: 86fed5313b8330621cd5b53e97d32eb25a29d595
GitOrigin-RevId: 4e8f37f9e3e82e8f244cbd771b805633f4b74163
Change-Id: Ic2259077afc14d86e176b9689f4feee1c4b07219
1 file changed
tree: 74800397db68eb55717326f05604cb40f8ae89c7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.