[roll] Roll infra/recipes [annotations] Assume new-style annotations

This will allow references to types before they're defined. E.g.,

  def foo(a: A):
      ...

  class A:
      ...

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1275765
Original-Revision: dccb41a5b0b39219979e959ce8e88bec6e0daf4d
GitOrigin-RevId: 72e9e8d2825f55161c82fb4e498d682776ba662c
Change-Id: I33951731624d2565c15140ce0d138da3ade48a1e
1 file changed
tree: 76132f6e5ad93c3f503dfa4ffa3179ceece201f9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.