[roll] Roll fuchsia [bazel][ui] use rules_fuchsia for load statements

The fuchsia_sdk currently contains rules and generated build files. We
are working on decoupling these from each other to avoid needing to
download the fuchsia SDK when it is not needed in OOT environments. This
updates the load statements to load from rules_fuchsia instead of
fuchsia_sdk.

The fuchsia_sdk currently just reexports from rules_fuchsia so we can
soft transition this code.

Original-Bug: 381105336
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216231
Original-Revision: 662a8ec36733c14a54922790e5f8fb4dd7ddc8a9
GitOrigin-RevId: 7aa5f1031989fbabc55ee26bdc89e195a59b06a5
Change-Id: I14682526401b960aa85298ef02c6309e737803ac
1 file changed
tree: 7ad3faeafe8e6c200b173e86a7b02514ccce71a8
  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.