[roll] Roll fuchsia [lsc][cf] 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/+/647004
Original-Revision: 6fa0cbafb2441dc256629593b5ea578619eb248b
GitOrigin-RevId: bd4c0c226aa7f5f759af337e3693dfd5fd95d06e
Change-Id: Ie8c2f3328b78ee1e30e33408d8c936bbebad13e2
1 file changed
tree: c7f01200d0325599af3f6bb6be1cfab66dc77798
  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.