[roll] Roll third_party/pigweed pw_rpc: Depend on mutex only if enabling PW_RPC_USE_GLOBAL_MUTEX

Since we are not using pw_sync:mutex when disabling global
synchronization, i.e., set PW_RPC_USE_GLOBAL_MUTEX, we should not ask
for a mutex backend.

The change introduces a constraint setting which is used to define the
PW_RPC_USE_GLOBAL_MUTEX, and set up proper build dependency.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/286452
Tests-Not-Needed: Howie Peng <howiepeng@google.com>
Original-Revision: b25f844d44052006b5d2f347e15954a597be0aa4
GitOrigin-RevId: 761c602fcf4fab60b77ac7e3f6bac812bdd01fc6
Change-Id: I35455483f2d70c4683472866dc83f9c97b73e515
1 file changed
tree: 41a957e397832cce4a055a87bfc05967888efa4e
  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.