[roll] Roll fuchsia [cm] Fix validation for numbered handle

We currently gate checks for numbered_handles in CML on API level HEAD,
which is in-tree only. This introduces strange compatibility issues in
CTF tests that are built at stable API levels, causing those tests to
fail because validation is looking for a field (target_path) that is
omitted when numbered_handles are set.

This change ensures that all locations validating UseProtocol use the
appropriate API level.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1612008
Original-Original-Revision: b22a6a7994b3e8b73e06f579a5fc6167eb71fc59
GitOrigin-RevId: b4c0e0a817bb61b8fcff9cb0f876168bfa4db6fe
Change-Id: I111623a507ffaac5ada8174b004bf49fb979cd34
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1613041
Cr-Commit-Position: refs/heads/main@{#192719}
1 file changed
tree: eb250ebdd4a7ce9139f65d8f5857e1dba80d461a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.