[roll] Roll fuchsia [bazel] Add //build/bazel:generate_main_workspace_no_idk

An attempt to reland the features of the reverted CL at [1]
in two steps.

This is step one, which ensures that the Bazel workspace can be
set up without generating Ninja IDK atoms at all. This makes it
usable nearly immediately for host targets when using the
special `--config=no_sdk` Bazel argument.

For example, the following works in a couple seconds (after the
clean) once this CL is submitted:

```
fx clean
fx build //build/bazel:generate_main_workspace_no_idk
fx bazel run --config=no_sdk //build/bazel/examples/hello_world
```

[1] https://fuchsia-review.googlesource.com/c/fuchsia/+/1164757

Original-Bug: 322881092
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169074
Original-Revision: 86b0b21df1d7b9c37727dd5b03fe545ad9ffad65
GitOrigin-RevId: cd1f00ab0bcb6a793ae6b4896cbfee8d236e1f17
Change-Id: Iacfee44a9d9a7c8e08a323695f325b967a79389d
1 file changed
tree: 46bfc634caf4047ff4d9a216e10b13f28bdd88d7
  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.