[roll] Roll fuchsia [bazel] make compdb point to fidling directory

When bazel collects the arguments for c++ files that take a dependency
on a fidl library it uses a path which includes a virtual includes
directory. This directory does not point to a valid location in the
fuchsia tree. For now, we can just point to the GN created fidling
directory so clangd picks it up.

A future change should look into why the virtual includes does not exist
so we can avoid manipulating the arguments more.

Fixes: 382260446
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1182362
Original-Revision: 145ae8cdab96498616f1168f49e1000c1c385dbc
GitOrigin-RevId: e64cc98b46ca19f2d8ed8da7a131a7fd7e1dfc23
Change-Id: Id19e129f388a1d2666d2e82846e4965c95be3648
1 file changed
tree: 9c4967aa4c30afdb7d5de5e0466ff992c2af2a82
  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.