diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-31 10:20:05 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-31 10:20:05 -0400 |
| commit | 3e74547daabba346effa7932ab1eb69ad042cd09 (patch) | |
| tree | 8725897dc49909e7a284de6e609a8b61797b1918 | |
| parent | 68fbcb4cf3bd6b523e3bf6366187c84dc0ecee5e (diff) | |
update kernel prebuilt paths for Android 15
| -rw-r--r-- | static/build.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/build.html b/static/build.html index 5432ccf6..60e94693 100644 --- a/static/build.html +++ b/static/build.html @@ -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> |
