remove unused --disable_32bit kernel build flag on 8th gen
due to app compat issues
This commit is contained in:
parent
bb35c7f9e0
commit
ec36557696
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user