diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-06-16 12:33:27 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-06-16 12:33:27 -0400 |
| commit | 32a494419b7d0778c2a36f856926786ddf32f082 (patch) | |
| tree | 7e428e3ae65652ffd1e4be13e57af04dcc63bd52 | |
| parent | df8a7c5767ba92e3bab564730878566c1a5c63dd (diff) | |
update kernel build instructions for Android 16
| -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 e23d956b..3e5e314e 100644 --- a/static/build.html +++ b/static/build.html @@ -799,7 +799,7 @@ repo sync -j8</pre> <p>To build the kernel and modules:</p> - <pre>./build_<var>codename</var>.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> + <pre>./build_<var>codename</var>.sh --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/<var>codename</var>-kernels/6.1/grapheneos/</code> with your build in |
