[roll] Roll fuchsia [driver-index] Remove regex dependency

This shrinks the binary size >500KiB in release and >800KiB in balanced
compilation. The only usage of regex was very simple to implement and
isn't particularly performance sensitive as composite node spec names
are short.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1486557
Original-Revision: 40b4eb0a06334b7f2c16c45d754e3593ef8a15c2
GitOrigin-RevId: 9a15ac0e8c75a0352ef8e8ece8e201cd37e8a0c1
Change-Id: I110a2cdade9edf9986f230ab3b88340e297332ca
1 file changed
tree: 115007c2035d447f9ad22f022f8c4293f354be0f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.