[roll] Roll fuchsia [bazel] Add no_sdk argument to bazel_action() template.

This allows invoking Bazel with --config=no_sdk, which ensures
that Bazel can build artifacts that do not depend on the
Fuchsia IDK/SDK. For now, this only means host binaries.

+ Add //build/bazel/examples/hello_world:hello_world to
  the GN graph.

  This is not connected to the default tests graph for now,
  as a Bazel invocation is still costly and should not be
  part of regular builds until we have something more
  useful to go with it.

Original-Bug: 322881092
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1190732
Original-Revision: 7e6c764b6c75095868c18cb7c7e860835bb87717
GitOrigin-RevId: 590674b4f44e3ac9dfa81b6a682128206331c05d
Change-Id: I38a090874cdefed8a5eb91a4a85c102835695da7
1 file changed
tree: 0c46a1049998ec33ad21f835a9d01bc52b546855
  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.