[roll] Roll fuchsia [lsc][driver-index] Handle unknown DictionaryValue variant

This CL changes all matches on the `fuchsia.data.DictionaryValue`
type to support unknown variants. This was done in preparation to
add a new field to this type in a future CL.

This step is advised as a best practice in

https://fuchsia.dev/fuchsia-src/development/languages/fidl/guides/compatibility/union_strict_flexible

Original-Bug: 92247
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/647006
Original-Revision: f6bf50e4ae9eb456a83b6d59705182b7e9ca5489
GitOrigin-RevId: 9fdad6db66e5e835121e03e023736460c8f23d0a
Change-Id: I4a7c28017f60211886107a95da02b1352d51ba93
1 file changed
tree: 48b97a266af409a22fcfd388a7ed7c7ab2e921a8
  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.