1Fetch submodule: 2 3NOTE: git submodule not used because AOSP doesn't allow it. 4 5git clone https://fuchsia.googlesource.com/fuchsia-infra-bazel-rules fuchsia-build/third_party/fuchsia-infra-bazel-rules 6 7Bootstrap: 8 9fuchsia-build/third_party/fuchsia-infra-bazel-rules/scripts/bootstrap.sh 10 11Fetch and build the SDK: 12 13tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk 14