[roll] Roll fuchsia [scenic] Contender management clean-up

Cleans up how we manage contenders in TouchSystem:
- Moves all contenders into a single map, removing the map of raw pointers we
were storing previously. Instead adds a map of viewref koids to contender id.
- Moves all contest cleanup into TouchSystem, deleting it from the individual
contender implementations.
- Deletes some now redundant destruction tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705723
Original-Revision: 453726b1484575907520794ff01b548062168348
GitOrigin-RevId: 17089b0c26b6a08d926494f96d9bda7397e68c41
Change-Id: I1f6ff6b5af8fc0ada5192402438e3aa4494924db
1 file changed
tree: c687c999162ba9b55abe747f179634a0eb7a3691
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.