[roll] Roll infra/recipes [3p_prebuilts] Convert to proto properties

Dict-style properties are deprecated and we'll eventually be converting
all recipes to proto-style properties.

Generated using scripts/props_to_proto.py and then making manual changes
as necessary.

I also needed to rename the recipe from `3p_prebuilts` to
`third_party_prebuilts`, otherwise it would have been impossible to
import the proto properties since Python doesn't allow library name
components to start with numbers. This will momentarily break the
fontdata builder until I update its properties accordingly, but it runs
fairly infrequently so it shouldn't be too much of an issue.

Original-Bug: 88250
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/801231
Original-Revision: a21fb86810e39979932630e32b984b4de6e2b6e6
GitOrigin-RevId: c08e64f81dce444b80f54b7f998febbcd5314f0b
Change-Id: Ic0faa74ff96ec5c1434d989f23432a1dae037d2e
1 file changed
tree: b8b5fd99d26d470c9a9550e670746c84d6512c41
  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.