remove unused --disable_32bit kernel build flag on 8th gen

due to app compat issues
This commit is contained in:
maade93791 2024-09-09 00:36:12 +03:00 committed by Daniel Micay
parent bb35c7f9e0
commit ec36557696

View File

@ -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