[roll] Roll third_party/pigweed pw_build: Fix type hint

With dict[str, str | x | y | z], Python cannot properly infer the type
of a dict[str, str]. Use a Mapping type hint instead to fix.

Original-Bug: b/338462905
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/208137
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: e59fb801bd8584caea9258547b1161b34c0c183e
GitOrigin-RevId: 357bc169e7236fe09242b1070a2ba412f05df37a
Change-Id: Ifde7ddd863ea6b815d66abe10402908b6ade3803
1 file changed
tree: e4533a76e9243f8d988b9470e29b471740d9ff8f
  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.