Skip to content

Commit

Permalink
update kernel prebuilt directories
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Nov 7, 2024
1 parent 2f6d2da commit b1f4d8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ <h4><a href="#kernel-9th-generation-pixels">9th generation Pixels</a></h4>
<pre>./build_caimito.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/caimito-kernels/6.1/24D1/</code> with your build in
<code>device/google/caimito-kernels/6.1/24Q3-12386881/</code> with your build in
<code>out/caimito/dist/</code>.</p>

<p>To sync the comet kernel for the Pixel 9 Pro Fold:</p>
Expand All @@ -804,7 +804,7 @@ <h4><a href="#kernel-9th-generation-pixels">9th generation Pixels</a></h4>
<pre>./build_comet.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/comet-kernels/6.1/24D1/</code> with your build in
<code>device/google/comet-kernels/6.1/24Q3-12386881/</code> with your build in
<code>out/comet/dist/</code>.</p>

</section>
Expand All @@ -824,7 +824,7 @@ <h4><a href="#kernel-8th-generation-pixels">8th generation Pixels</a></h4>
<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-kernels/5.15/24Q3-12065098/</code> with your build in
<code>device/google/shusky-kernels/5.15/24Q3-12357444/</code> with your build in
<code>out/shusky/dist/</code>.</p>

<p>To sync the akita kernel for the Pixel 8a:</p>
Expand All @@ -839,7 +839,7 @@ <h4><a href="#kernel-8th-generation-pixels">8th generation Pixels</a></h4>
<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-kernels/5.15/24Q3-12065098/</code> with your build in
<code>device/google/akita-kernels/5.15/24Q3-12357444/</code> with your build in
<code>out/akita/dist/</code>.</p>
</section>

Expand Down Expand Up @@ -933,8 +933,8 @@ <h4><a href="#kernel-6th-generation-pixels">6th generation Pixels</a></h4>
<pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_bluejay.sh</pre>

<p>Replace the files in the OS source tree at
<code>device/google/raviole-kernels/5.10/24Q3-12115410/</code> or
<code>device/google/bluejay-kernels/5.10/24Q3-12115410/</code> with your build in
<code>device/google/raviole-kernels/5.10/24Q3-12357445/</code> or
<code>device/google/bluejay-kernels/5.10/24Q3-12357445/</code> with your build in
<code>out/mixed/dist/</code>.</p>
</section>

Expand Down

0 comments on commit b1f4d8f

Please sign in to comment.