[roll] Roll fuchsia [bazel_sdk] add toolchain function to deps.bzl

The register_fuchsia_sdk_toolchain macro calls into a repository rule
which is not allowed in some bazel environments. This function was
exported in defs.bzl which was causing load failures when we can't use
repository rules. This adds the export to deps.bzl so we can transition
downstream consumers before we remove it from defs.bzl.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1177759
Original-Revision: 2dfa40fed9bc9a8653baa5b797d432da4269415f
GitOrigin-RevId: ba338db21ea6540f316f9b7cf097b2493dda84a5
Change-Id: I132c38acd266c34bcb730b7fd8df0dfffc366b53
1 file changed
tree: a2742557f7f4cf3755e44c7fdb9b6425103b78a5
  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.