[roll] Roll graphics_gpu-bazel-sdk-cipd packages to version:18.20240221.3.1

fuchsia/sdk/core/fuchsia-bazel-rules/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/fuchsia-bazel-rules/linux-amd64/+/version:18.20240221.3.1
fuchsia/sdk/core/fuchsia-bazel-rules/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/fuchsia-bazel-rules/mac-amd64/+/version:18.20240221.3.1

From: None
To: version:18.20240221.3.1

Roller-URL: https://ci.chromium.org/b/8755444116216250753
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I7295c0fdc57f8104806fd764729573648737d911
Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/994760
Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com>
2 files changed
tree: cc41783942310db0a116582286396dde6d7804bf
  1. common/
  2. drivers/
  3. fidl/
  4. manifests/
  5. scripts/
  6. third_party/
  7. tools/
  8. .bazelrc
  9. .clang-format
  10. .gitignore
  11. .gitmodules
  12. AUTHORS
  13. BUILD.bazel
  14. CONTRIBUTING.md
  15. fuchsia_env.toml
  16. LICENSE
  17. MODULE.bazel
  18. OWNERS
  19. PATENTS
  20. README.md
  21. shac.star
  22. shac.textproto
  23. WORKSPACE.bazel
README.md

Fuchsia GPU Driver Repository

Getting Started

To perform an initial bootstrap, execute the following:

  1. In a terminal, clone the repository:

    git clone https://fuchsia.googlesource.com/drivers/<change_me>
    
  2. Change to that directory:

    cd <change_me>
    
  3. Fetch all git submodules:

    git submodule init && git submodule update --recursive
    
  4. Bootstrap the build environment:

    scripts/bootstrap.sh
    
  5. Fetch and build the SDK:

    tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
    

See the getting started guide for more info.

Building And Testing the ARM Mali GPU driver

See drivers/msd-arm-mali/README.md.