diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-06 13:53:03 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-06 13:53:03 -0500 |
| commit | b7fc79e647c2cb7165cf697df75378d30e42e881 (patch) | |
| tree | ec4f52be07bdefc275b00b30563070474a6cd219 /static/build.html | |
| parent | 4f1bcc0f80df0158a4bdccf6a5485d3551a573da (diff) | |
drop --config=use_source_tree_aosp for 9th gen Pixel kernels
This is no longer required and breaks the build with Android 15 QPR1.
Diffstat (limited to 'static/build.html')
| -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 06cee83d..12f52247 100644 --- a/static/build.html +++ b/static/build.html @@ -794,7 +794,7 @@ repo sync -j8</pre> <p>To build the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:</p> - <pre>./build_caimito.sh --config=use_source_tree_aosp --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> + <pre>./build_caimito.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/caimito-kernels/6.1/24Q3-12386881/</code> with your build in @@ -809,7 +809,7 @@ repo sync -j8</pre> <p>To build the comet kernel for the Pixel 9 Pro Fold:</p> - <pre>./build_comet.sh --config=use_source_tree_aosp --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> + <pre>./build_comet.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/comet-kernels/6.1/24Q3-12386881/</code> with your build in |
