diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-01 11:10:59 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-01 11:10:59 -0400 |
| commit | cdaaf36957bf4a20bdd6defa46aa72289aa066b6 (patch) | |
| tree | fe745a469d28f261ae7af04ce36dc150ebfb9214 /static | |
| parent | 1d1f77f0999f807e5ae4ad46a2de0c9b62abd64c (diff) | |
delete unversioned trees with gclient
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 2aa3416a..c9fe7577 100644 --- a/static/build.html +++ b/static/build.html @@ -124,7 +124,7 @@ fetch --nohooks android</pre> <p>Sync to the latest stable release for Android (replace $VERSION with the correct value):</p> - <pre>gclient sync --with_branch_heads -r $VERSION --jobs 32</pre> + <pre>gclient sync -D --with_branch_heads -r $VERSION --jobs 32</pre> <p>Apply the GrapheneOS patches on top of the tagged release:</p> |
