[infra] Add fuchsia_builder_group() target ":infra"

This is a top-level target which provides an abstraction layer for the
infrastructure to perform builds (and later tests and uploads, once
smoke_test.sh is converted to use the fuchsia_builder_group() rule as
well).

Bug: 112403
Change-Id: I87cd88cac8bb4cc4625d9a17030773cffc6e56d4
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-samples/drivers/+/795467
Reviewed-by: Jiaming Li <lijiaming@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Anthony Fandrianto <atyfto@google.com>
3 files changed
tree: 526937301af6a5a60b81104f175c70deb51036b4
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelrc
  6. .clang-format
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. BUILD.bazel
  11. CONTRIBUTING.md
  12. driver-samples.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/get-started-with-driver for the most up to date guidance on how to bootstrap this repository.