[roll] Roll fuchsia [rbe][debug] Use protobuf-py3 prebuilt py3-wheel

For RBE debug scripts that need _pb2.py,
no longer compile third_party/protobuf/src/**.proto ourselves,
but instead expect those sources from prebuilt/third_party/protobuf-py3.

Until the prebuilt package set gets updated, do the following locally:

* Download https://chrome-infra-packages.appspot.com/p/infra/python/wheels/protobuf-py3
* unzip this .zip it into prebuilt/third_party/protobuf-py3
* unzip the .whl in the same directory (yes, a zip in a zip).

Tested:
`./build/rbe/action_diff.sh --help` should not have any Python import
errors.

Original-Bug: 400782462
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1222013
Original-Revision: d828019c66876e6317337ff546477de984f6697d
GitOrigin-RevId: 06d12f7bd1ed260c9f2d3890c77fb50442135461
Change-Id: Iae45fcbbe6713428ca7dccb58214d57586e60361
1 file changed
tree: 274acb62bc162093c43472a14b9f7ffe57e6bf2e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.