[roll] Roll third_party/pigweed many: Reduce use of `includes`

Replaces the most trivial instances of `includes` in the Bazel build
with `strip_include_prefix` so that the include directories end up on
the commandline as -I rather than -isystem.

Original-Bug: b/378564135
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/248233
Original-Revision: a3184cd5b60992a03ff25164efe20cdb21d87488
GitOrigin-RevId: cf248ed749ed21951fc3b2e087eff04f4f353608
Change-Id: Ib56e8d821596b9ce7176fe27e61d4587043dea9c
1 file changed
tree: 7cc5325db1c55aacba19d05a84c8662f2bb799d3
  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.