[roll] Roll third_party/pigweed pw_protobuf_compiler: Transition to our own proto compiler rules

In order to do this, we need to add support for protos that depend on
other protos. This adds the dependent proto paths to protoc invocation.

However, this has a side-effect in where the output files get put. They
are now always placed relative to the root, instead of next to their
source .proto files. Handle this by declaring the output files based on
the targets output path, and adjust include paths accordingly.

Also add support for options files in external repositories and enable
some tests that use .options files.

Original-Bug: b/234874064
Original-Bug: b/234873954
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/157033
Original-Revision: 4c3bd7683d0f5b508591be8fa4406be8f32f87c3
GitOrigin-RevId: a307ff448b0e1c2efd91a7168635f0c4e296d914
Change-Id: Icce91fb5f918c12270bc096c03b7ec668b1f0bb7
1 file changed
tree: 6553a5caca1f3781aae1f9156cd78119a05eb0cb
  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.