[roll] Roll third_party/pigweed pw_protobuf_compiler: Fix bazel build issues Before this CL, the bazel version of the pw_proto_library rule would attempt to use a descriptor database to manage imports in proto files. This is way overkill for the expected use cases for pw_protobuf, as we don't expect large dependency graphs of proto files which could slow down the build. In addition, the `transitive_descriptor_sets` was listing the direct proto, creating a circular dependency. One more bug fix is included to allow use of pw_proto_library in downstream projects by removing the mapping to short_path for the source proto files passed to protoc. The short_path doesn't work when referenced from an external repoistory. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/153271 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: b3ce380a484701b09c45dc43374369f1cc37c4cf GitOrigin-RevId: 419dd1a47537a6d35497dcbe744e61db928dc1ee Change-Id: I5bdc693f50477bf59a8b7ad88bd8efa193baa8e2
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.