0

[fuchsia] Update build instructions to use gclient sync.

Mentions of `gclient runhooks` are replaced with `gclient sync`.

The instructions previously stated that developers should run
`gclient runhooks` after fetching. `runhooks` is not sufficient by
itself for fetching all of the dependencies; some tools such as aemu
are excluded by this step.

Change-Id: I405e17018873fcb69d50e3ab9a49f5fb9503a6e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237724
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776596}
This commit is contained in:
Kevin Marshall
2020-06-09 18:03:32 +00:00
committed by Commit Bot
parent f64a94eb52
commit 173a18076c

@ -91,7 +91,7 @@ target_os = ['fuchsia']
You will then need to run:
```shell
$ gclient runhooks
$ gclient sync
```
This makes sure the Fuchsia SDK is available in third\_party and keeps it up to