[roll] Roll fuchsia [build][fidl] Stop duplicating all_fidl_json entries

I noticed that the generated_file all_fidl_json.txt had some duplicated
entries. This can have a runtime cost for tools like `ffx trace` which
just loads all of the FIDL IR files listed in order, even if they've
been seen before.

It turns out that we were including every SDK FIDL library twice, so
let's not do that.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1229066
Original-Revision: 6ca5123384adcfcc74eebc57ec323968fddc33d5
GitOrigin-RevId: f24d414cfcb6492e43191442ce75be56d16fa27b
Change-Id: I8927c341bd89b4c36b1a3774b6ced880f320411a
1 file changed
tree: f7e864d92c5b8b6b6cc75f70d1d8a4c3c9da4f48
  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.