[roll] Roll fuchsia [build][sdk] Generate Bazel repository for IDK in regenerator

Generate the "fuchsia_in_tree_idk" in regenerator.py and wrap it with
`local_repository()` rather than using `fuchsia_idk_repository()`. Both
mechanisms use generate_repository.py to do most of the work.

Remove the "workspace/fuchsia_build_generated/in_tree_idk" symlink,
which is no longer necessary.

Also refactor generate_repository.py to allow it to be imported.

Original-Bug: 338009514
Test: fx build //sdk:bazel_in_tree_idk_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1252735
Original-Revision: 44659e778580f159452d2915bf3415d2def123c7
GitOrigin-RevId: 910e509e14825bafcbddb8bd0f57ec80f7cbd8df
Change-Id: I68cc04149989369de0c31b3184e7c928b2885bdf
1 file changed
tree: 7284ce00ac350f8787a312db57c9dcbc35658b15
  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.