From 3e74547daabba346effa7932ab1eb69ad042cd09 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 31 Oct 2024 10:20:05 -0400 Subject: [PATCH] update kernel prebuilt paths for Android 15 --- static/build.html | 16 ++++++++-------- 1 file 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
./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full

Replace the files in the OS source tree at - device/google/shusky-kernel/ with your build in + device/google/shusky-kernels/5.15/24Q3-12065098/ with your build in out/shusky/dist/.

To sync the akita kernel for the Pixel 8a:

@@ -839,7 +839,7 @@ repo sync -j8
./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full

Replace the files in the OS source tree at - device/google/akita-kernel/ with your build in + device/google/akita-kernels/5.15/24Q3-12065098/ with your build in out/akita/dist/.

@@ -858,7 +858,7 @@ repo sync -j8
BUILD_AOSP_KERNEL=1 LTO=full ./build_cloudripper.sh

Replace the files in the OS source tree at - device/google/pantah-kernel/ with your build in + device/google/pantah-kernels/5.10/24Q3-12318583/ with your build in out/mixed/dist/.

To sync the lynx kernel for the Pixel 7a:

@@ -873,7 +873,7 @@ repo sync -j8
BUILD_AOSP_KERNEL=1 LTO=full ./build_lynx.sh

Replace the files in the OS source tree at - device/google/lynx-kernel/ with your build in + device/google/lynx-kernels/5.10/24Q3-12318583/ with your build in out/mixed/dist/.

To sync the tangorpro kernel for the Pixel Tablet:

@@ -888,7 +888,7 @@ repo sync -j8
BUILD_AOSP_KERNEL=1 LTO=full ./build_tangorpro.sh

Replace the files in the OS source tree at - device/google/tangorpro-kernel/ with your build in + device/google/tangorpro-kernels/5.10/24Q3-12318583/ with your build in out/mixed/dist/.

To sync the felix kernel for the Pixel Fold:

@@ -903,7 +903,7 @@ repo sync -j8
BUILD_AOSP_KERNEL=1 LTO=full ./build_felix.sh

Replace the files in the OS source tree at - device/google/felix-kernel/ with your build in + device/google/felix-kernels/5.10/24Q3-12318583/ with your build in out/mixed/dist/.

@@ -933,8 +933,8 @@ repo sync -j8
BUILD_AOSP_KERNEL=1 LTO=full ./build_bluejay.sh

Replace the files in the OS source tree at - device/google/raviole-kernel/ or - device/google/bluejay-kernel/ with your build in + device/google/raviole-kernels/5.10/24Q3-12115410/ or + device/google/bluejay-kernels/5.10/24Q3-12115410/ with your build in out/mixed/dist/.