diff options
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 |
