diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-26 13:37:15 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-26 13:37:15 -0500 |
| commit | adbd2e80fcbccf7e312bf54ba81edb72beb1f4e3 (patch) | |
| tree | 63664368f40fcda1a0aca929277bba0e1e1d3d11 | |
| parent | 0f6c75e1e4096c4bb6984686a6f204cc8c5ecd2e (diff) | |
stop downloading prebuilt fips module we disable
| -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 24623425..adf8bd11 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 --lto=full</pre> + <pre>./build_caimito.sh --config=use_source_tree_aosp --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 --lto=full</pre> + <pre>./build_comet.sh --config=use_source_tree_aosp --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 |
