[roll] Roll third_party/pigweed pw_grpc: Create module enable constraint

This module requires a few pw_rpc module config overides to function and
build. Till now compilation has been guarded by checking explicitly if a
specific //pw_rpc:config_override value had been applied. This isn't
compatible with setting other config overrides an app may want to set.

Create an includable array of the required overrides and an enabled
constraint to guard the module that must be explicitly enabled.

Note: during introducing this constraint, we don't yet guard the module
with it.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/286504
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 80b243207eb931faf413350406bd492d87e1009e
GitOrigin-RevId: 179b23703afefbb6810ab12ed1266b4ae66908b5
Change-Id: I0f81d9ef71db75547f2b6eb7ef5a5f9ebf9f0110
1 file changed
tree: f0c5a9cd9a3a3737d1b28c0853d8f5e0c2497ae8
  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.