[roll] Roll fuchsia [bazel_sdk] stop merging rules into fuchsia_sdk

This change removes the logic that merges the starlark rules into the
fuchsia_sdk repository. The users of the SDK have been migrated to the
new way of loading rules from rules_fuchsia.

There is still some cleanup work to be done with the build scripts to
remove the use_rules_fuchsia argument but that will be done in a later
CL since they are just setting that value to True everywhere and the
call sites for the generators have not been changed.

Original-Bug: 381104603
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1222106
Original-Revision: 25e4527c09ab9a5253319d3fb5bfb467e22a796d
GitOrigin-RevId: ab0ce10a97dfff96d2a7cfaa312061b031caf972
Change-Id: I5ec4d1282936befa6e204bd69e5b8c0c0e3b4d74
1 file changed
tree: 63bd15b98835d00c1c796c15fbda3531b15e105c
  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.