[roll] Roll fuchsia [bazel][devices] 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/+/1217632
Original-Revision: 72d63291fdb181fc147b3353c424cd27564965a7
GitOrigin-RevId: ece5b895d22f82df52ad762c159fc223298ba099
Change-Id: Ie0aefa7f661467607cd99bf1864ec5dd638e225b
1 file changed
tree: bb63dd10f74c04b8fd6fc968889e386685f8ef2d
  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.