[roll] Roll fuchsia [build][idk] Split part of generate_prebuild_idk into a python_library

The `generate_prebuild_idk` `python_binary` was a bit intertwined in how
it imported modules. This change splits off a new `idk_generator`
`python_library` that `generate_prebuild_idk_bin` depends on. This
change unblocks enabling a Mypy check for imports in these python
modules.

NO_IFTTT=The added path is precisely for `idk_generator`. TAG=agy

Test: ./build/sdk/generate_prebuild_idk/generate_prebuild_idk_validation.py
Test: fx build //build/sdk:tests
Test: fx build //sdk:final_fuchsia_idk.validation
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1577133
Original-Revision: 9162d9673b8003a73526e2293c2b657e7aab9412
GitOrigin-RevId: 3c22ae201be887cfccebd6997b0a716a11b7b0b9
Change-Id: I3118751781baec542da4be503c9e4538770e5f84
1 file changed
tree: 28e7b6f10457183f3c650435feccda55eb8140c1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.