| commit | 087a4f76ceaf32003c9bc8302903cfcef77aedde | [log] [tgz] |
|---|---|---|
| author | Carver Forbes <carverforbes@google.com> | Thu Jan 30 16:12:44 2025 -0800 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 30 16:12:44 2025 -0800 |
| tree | 95371a707cd50bb2c1b3efe58d69b3a5b7ed5dd0 | |
| parent | 53d14579e8de9e99a0a3b5cd17ca658d38740cd5 [diff] |
[config] Refactor file to reduce verbosity This should be a no-op on functionality. Bug: b/390193790 Change-Id: I85da8fba8c88e2c67fbc27f8eeb76fd2e833723c Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1195935 Commit-Queue: Carver Forbes <carverforbes@google.com> Reviewed-by: Darren Chan <chandarren@google.com>
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/graphics/gpu
Change to that directory:
cd gpu
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.