docs/fuchsia: add bundles:tools to fuchsia build args

This commit is contained in:
Marco Vanotti 2019-08-01 13:48:21 -07:00 committed by Dmitry Vyukov
parent 34176e0895
commit 4f6396e936

View File

@ -85,14 +85,14 @@ Syscall descriptions live in the `sys/fuchsia` folder. To update a syscall, you
To build fuchsia run:
```shell
$ fx --dir "out/x64" set core.x64
$ fx --dir "out/x64" set core.x64 --with-base "//bundles:tools"
$ fx clean-build
```
And
```shell
$ fx --dir "out/arm64" set core.arm64
$ fx --dir "out/arm64" set core.arm64 --with-base "//bundles:tools"
$ fx clean-build
```