Add fuchsia_builder_group as top-level target

This target requires the local sdk-integration patch to include the
commit from https://fuchsia-review.git.corp.google.com/c/sdk-integration/+/772762
to avoid visibility errors.

BUG: 113019
Change-Id: Ice52fe12b15dc40ca638e4b26e539fe4d4bf76e2
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-samples/getting-started/+/786662
Reviewed-by: Renato Mangini Dias <mangini@google.com>
3 files changed
tree: a20798dbe1fe236ff71659d10d8a847530bc03c4
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelignore
  6. .bazelrc
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. BUILD.bazel
  11. CONTRIBUTING.md
  12. getting-started.code-workspace
  13. LICENSE
  14. OWNERS
  15. PATENTS
  16. README.md
  17. WORKSPACE.bazel
README.md

Fuchsia samples using the Fuchsia SDK

This repository contains instructions and source code to build, package and run Fuchsia samples using only the Fuchsia SDK.

Please refer to https://fuchsia.dev/fuchsia-src/get-started/sdk for the most up to date guidance on how to bootstrap this repository.