update kernel prebuilt paths for Android 15

This commit is contained in:
Daniel Micay 2024-10-31 10:20:05 -04:00
parent 68fbcb4cf3
commit 3e74547daa

View File

@ -824,7 +824,7 @@ repo sync -j8</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
<code>device/google/shusky-kernels/5.15/24Q3-12065098/</code> with your build in
<code>out/shusky/dist/</code>.</p>
<p>To sync the akita kernel for the Pixel 8a:</p>
@ -839,7 +839,7 @@ repo sync -j8</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
<code>device/google/akita-kernels/5.15/24Q3-12065098/</code> with your build in
<code>out/akita/dist/</code>.</p>
</section>
@ -858,7 +858,7 @@ repo sync -j8</pre>
<pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_cloudripper.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/pantah-kernel/</code> with your build in
<code>device/google/pantah-kernels/5.10/24Q3-12318583/</code> with your build in
<code>out/mixed/dist/</code>.</p>
<p>To sync the lynx kernel for the Pixel 7a:</p>
@ -873,7 +873,7 @@ repo sync -j8</pre>
<pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_lynx.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/lynx-kernel/</code> with your build in
<code>device/google/lynx-kernels/5.10/24Q3-12318583/</code> with your build in
<code>out/mixed/dist/</code>.</p>
<p>To sync the tangorpro kernel for the Pixel Tablet:</p>
@ -888,7 +888,7 @@ repo sync -j8</pre>
<pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_tangorpro.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/tangorpro-kernel/</code> with your build in
<code>device/google/tangorpro-kernels/5.10/24Q3-12318583/</code> with your build in
<code>out/mixed/dist/</code>.</p>
<p>To sync the felix kernel for the Pixel Fold:</p>
@ -903,7 +903,7 @@ repo sync -j8</pre>
<pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_felix.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/felix-kernel/</code> with your build in
<code>device/google/felix-kernels/5.10/24Q3-12318583/</code> with your build in
<code>out/mixed/dist/</code>.</p>
</section>
@ -933,8 +933,8 @@ repo sync -j8</pre>
<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-kernel/</code> or
<code>device/google/bluejay-kernel/</code> with your build in
<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>out/mixed/dist/</code>.</p>
</section>