[roll] Roll fuchsia [a11y] Sort inspect tree in traversal order

This CL adds an 'index' number to the a11y manager's inspect node names
so that the inspect tree will be sorted in traversal order.

I'm not sure I love the result, please bikeshed if you have a better
idea! It creates trees like this:
    node_idx_0_id_103:
      action = { }
      checked_state = NONE
      id = 103
      <...>
      node_idx_00_id_70:
        action = { }
        checked_state = NONE
        id = 70
      node_idx_01_id_76:
        action = { }
        checked_state = NONE
        id = 76
        <...>

Original-Fixed: 104980

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/703342
Original-Revision: a4f88bfb63bf24faedf5505241df1a6c2640898b
GitOrigin-RevId: c16f7687b24c1d76c720eaaa2898e7808b3ba893
Change-Id: I81fb6f5e8d1552259967792879975ab0d4e6a96b
1 file changed
tree: 6f01e9f70f1a6ab70fb6e04d3fe1ad499d67574a
  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.