diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-04 20:24:31 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-04 20:24:31 -0500 |
| commit | c23f8ee628d4121b9f96951e976851c9198f05b3 (patch) | |
| tree | b4421dbd286c9713c210dcc32922776ba832d892 /static | |
| parent | 2536fd36b93545e98064811edb325159a343fd72 (diff) | |
update shusky kernel build guide for 14 QPR2
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 687e28ac..07ecccf7 100644 --- a/static/build.html +++ b/static/build.html @@ -734,7 +734,7 @@ repo sync -j8</pre> <p>To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:</p> - <pre>BUILD_AOSP_KERNEL=1 ./build_shusky.sh --lto=full</pre> + <pre>./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/shusky-kernel/</code> with your build in |
