[roll] Roll fuchsia [bazel_sdk] Move register_fuchsia_sdk_toolchain() into its own bzl file

This moves the register_fuchsia_sdk_toolchain() macro out of
fuchsia_toolchains.bzl into the newly created
register_fuchsia_sdk_toolchain.bzl. This is being done to avoid having
repository rules defined in fuchsia_toolchains.bzl, which prevents it
from being used by an internal Google repository.

Original-Bug: 380902086
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1184412
Original-Revision: 94aef312d239906a51eda122e34995588dbad3bc
GitOrigin-RevId: ae2c2482da3c2e35ee660eaf058b887786fe5074
Change-Id: I71abcced19eece57aae2ef84f83fd4969aa85abf
1 file changed
tree: 13d099f8d6c38e85a7d6d2a5e208257317302f2a
  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.