[roll] Roll third_party/pigweed pw_protobuf: Fix support for import_prefix on protos with options

If import_prefix was used on a proto_library with .options files, they
would not be applied, since rules_proto places those files in a virtual
include directory and the normal plugin logic to locate .options files
doesn't work.

Add an option to pwpb plugin to handle the import_prefix when looking
for .options files

Add test case for this and enable message codegen tests that were
disabled for bazel before.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/204671
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 26b0e265ab5836b3430a0fbdf6518083009f501e
GitOrigin-RevId: e97245a08e6716bc8ba2858df1dd8d1f33ffa129
Change-Id: Ie226bc2eafc001931473224b5430fe85480c86a2
1 file changed
tree: e1ef54a9e2af06a01796f186a0a6b287d75ba918
  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 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.