Garnet Standalone Build

To get the source code for the Garnet layer, using the following commands (see Getting Source for more information):

curl -s "https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT" | base64 --decode | bash -s garnet

To build the Garnet layer, use the following commands:

x86-64

fx set x86-64
fx full-build

aarch64 (64 bit ARM)

fx set aarch64
fx full-build