Add prototype bootstrap script Change-Id: Ic55bd2b024ef5b543bd441a7fbcd9a2cab120606
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.