| commit | 10fd45af344cdfe3d468138cb17bc0f7ca952353 | [log] [tgz] |
|---|---|---|
| author | John Bauman <jbauman@google.com> | Mon May 20 18:27:44 2024 +0000 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 20 18:27:44 2024 +0000 |
| tree | f3cd01f15d1ef238bdd528caa008ec1329ae5651 | |
| parent | 63e461a770da82176675a473e4f17493444f20a1 [diff] |
Add msd_arm_mali_vkproto_driver_test Use vkproto-driver-test from the SDK Bug: b/313660119 Change-Id: I2fc54bccf12ecf2535dfb9e9620afc0e28f8722b Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1050398 Fuchsia-Auto-Submit: John Bauman <jbauman@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.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.