[roll] Roll fuchsia [build][sdk] Remove --config=no_sdk from fx bazel

Remove support for `fx bazel [test] --config=no_sdk` and uses of it.
With the IDK repository now populated at GN gen time, there is no
longer a need for a workspace variant.

`fx bazel` commands that previously included `--config=no_sdk` must now
include `--platforms=//build/bazel/platforms:host`, which was previously
implied by `--config=no_sdk`, or the equivalent `--config=host`.

fuchsia_action()'s `no_sdk` argument now (directly) implies targeting
the host platform.

Support for the workspace variant previously used by `--config=no_sdk`
will be removed separately.

Original-Bug: 338009514
Test: fx clean && fx bazel test --platforms=//build/bazel/platforms:host //build/bazel/host_tests/... && fx build //build/bazel/examples/hello_no_sdk
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253252
Original-Revision: 8c6574039a5f703cfdfdea02471c221af3450c4a
GitOrigin-RevId: 61b4dd7d7959b0ae99acbe098654beafac802ce9
Change-Id: Iac918a5bb0a849ed2be9e88c9075a025b61836ee
1 file changed
tree: a2010093cc570cb301490fb6a64eedfbbfbd9890
  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.