Update WORKSPACE to use a prebuilt host toolchain Change-Id: Iefc7ae6f02bf5ce22351da9cc1717f68ab2ae9ca Reviewed-on: https://fuchsia-review.googlesource.com/c/template/driver/+/907969 Reviewed-by: Jiaming Li <lijiaming@google.com>
This repository is a template that we will use when creating new driver repositories for Fuchsia.
To perform an initial bootstrap, execute the following:
In a terminal, 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.