commit | fb7005482e244531eb87c0e0d81854eb50282f2e | [log] [tgz] |
---|---|---|
author | John Bauman <jbauman@google.com> | Wed Feb 21 22:15:11 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 21 22:15:11 2024 +0000 |
tree | 66886c5a98554ffb737e9c63d88933bd404758a2 | |
parent | f1869a8e250a6c2f1a1930f27e0a4361a217b91b [diff] |
Cherry-pick "Switch to unified FIDL bindings" > Change-Id: I1b96429bce46177035ac407cfd1cee7be7ad83d0 > Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/992673 > Reviewed-by: Craig Stout <cstout@google.com> > Fuchsia-Auto-Submit: John Bauman <jbauman@google.com> > Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Change-Id: Ib7529e6563870c6d5b03e11201c4617adae75caf Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/994833 Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: Craig Stout <cstout@google.com> Fuchsia-Auto-Submit: John Bauman <jbauman@google.com>
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/<change_me>
Change to that directory:
cd <change_me>
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.