diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-07 01:16:50 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-07 02:05:55 -0500 |
| commit | f9f40b543b2ca8a516fda45b9261295ac1bfbf91 (patch) | |
| tree | 5af3dc3a7f7c1edd15700305de858941394e2282 | |
| parent | cf7247d7431f0402da0724e85cb6cd14b5a5998c (diff) | |
drop --config=use_source_tree_aosp for 8th gen Pixel kernels
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index d8313ad9..aaa04805 100644 --- a/static/build.html +++ b/static/build.html @@ -829,7 +829,7 @@ repo sync -j8</pre> <p>To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:</p> - <pre>./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full</pre> + <pre>./build_shusky.sh --config=no_download_gki --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/shusky-kernels/5.15/grapheneos/</code> with your build in @@ -844,7 +844,7 @@ repo sync -j8</pre> <p>To build the akita kernel for the Pixel 8a:</p> - <pre>./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full</pre> + <pre>./build_akita.sh --config=no_download_gki --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/akita-kernels/5.15/grapheneos/</code> with your build in |
