[roll] Roll fuchsia [superproject] Roll antlion Remove use of typing.List

Replace all use of typing.List with the Python collection equivalent,
list. This syntax was introduced as part of the Python 3.9 release.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/890273
Original-Revision: 5ae16d1830104f640601a46e9d17a83b11f3428d
GitOrigin-RevId: 1dcb0f368511201463e9f45f3c3999ed2a96b29e
Roller-URL: https://ci.chromium.org/b/8773377285553868897
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/896938
Original-Revision: caeb506636dec01a202adf39f46d03a5413f69fc
Change-Id: I6aafc6fad80ba0b2cbd2c179b75a34f8be87c56b
1 file changed
tree: 9ec011a0263fb9275d71911f7c1dd7d8d0bd9212
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.