[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.