update kernel build instructions for gs101 Pixels

This commit is contained in:
Daniel Micay 2023-03-13 18:52:56 -04:00
parent dd15590b3a
commit 488f775c77

View File

@ -777,11 +777,11 @@ repo sync -j16</pre>
<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
<pre>LTO=full BUILD_KERNEL=1 ./build_slider.sh</pre>
<pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_slider.sh</pre>
<p>To build the bluejay kernel for the Pixel 6a:</p>
<pre>LTO=full BUILD_KERNEL=1 ./build_bluejay.sh</pre>
<pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_bluejay.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/raviole-kernel/</code> or