diff options
| author | flawedworld <38294951+flawedworld@users.noreply.github.com> | 2020-10-21 02:26:44 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-20 21:47:25 -0400 |
| commit | 79b69f9b5faf3c17fc3c7b6032679373e7672e80 (patch) | |
| tree | 2b63c80b1f5a628c91b128b366543665210b85da /static/build.html | |
| parent | 490984985adbd86dbba6f12cfc7ae62f785c3b82 (diff) | |
Mention cloning git submodules recursively
It's likely going to be needed for Pixel 4a 5G and Pixel 5
Diffstat (limited to 'static/build.html')
| -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 337a43c9..d54678d4 100644 --- a/static/build.html +++ b/static/build.html @@ -417,7 +417,7 @@ cd ../..</pre> <pre>cd kernel/google/crosshatch git submodule sync -git submodule update --init +git submodule update --init --recursive ./build.sh blueline</pre> <h3 id="setting-up-the-os-build-environment"> |
