[roll] Roll fuchsia [bazel][rules_fuchsia] Avoid resolving "@//:"

This fails in bzlmod with the following error:

```
'@@[unknown repo '' requested from @@rules_fuchsia~]'
```

This is because bzlmod resolves each module independently, so "@//" no
longer resolves to the root module, like in WORKSPACE.

Original-Fixed: 418928621

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1280884
Original-Revision: c2ce2974f1eac9401b68221f8d76e21567b4c0ff
GitOrigin-RevId: 518bc696ebe1d5c9a44d4b7a3d575d7f7a716526
Change-Id: I829de91a1cd916d6b0bcff6b8e622f85c86b49b6
1 file changed
tree: 0fcac985d78dda47f3ea44350d5f731e8834bc00
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.