diff options
| author | maade93791 <70593890+maade69@users.noreply.github.com> | 2024-09-09 00:36:12 +0300 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-09-08 17:45:09 -0400 |
| commit | ec3655769616773d958abb7c997042fd94df6ada (patch) | |
| tree | 0ad07d63feb75a51cff5e5c7770590b97dbe7f7f /static/build.html | |
| parent | bb35c7f9e0a737527f7dc1659528e120e09a2f02 (diff) | |
remove unused --disable_32bit kernel build flag on 8th gen
due to app compat issues
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 615d8ee4..11105886 100644 --- a/static/build.html +++ b/static/build.html @@ -804,7 +804,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 --disable_32bit --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 @@ -819,7 +819,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 --disable_32bit --lto=full</pre> + <pre>./build_akita.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/akita-kernel/</code> with your build in |
