diff --git a/static/build.html b/static/build.html index 44427f99..528790ee 100644 --- a/static/build.html +++ b/static/build.html @@ -731,7 +731,7 @@ repo sync -j8
To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:
-./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full+
./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --disable_32bit --lto=full
Replace the files in the OS source tree at
device/google/shusky-kernel/
with your build in
@@ -746,7 +746,7 @@ repo sync -j8
To build the akita kernel for the Pixel 8a:
-./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full+
./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --disable_32bit --lto=full
Replace the files in the OS source tree at
device/google/akita-kernel/
with your build in
@@ -765,7 +765,7 @@ repo sync -j8
To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:
-BUILD_AOSP_KERNEL=1 LTO=full ./build_cloudripper.sh+
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./build_cloudripper.sh
Replace the files in the OS source tree at
device/google/pantah-kernel/
with your build in
@@ -780,7 +780,7 @@ repo sync -j8
To build the lynx kernel for the Pixel 7a:
-BUILD_AOSP_KERNEL=1 LTO=full ./build_lynx.sh+
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./build_lynx.sh
Replace the files in the OS source tree at
device/google/lynx-kernel/
with your build in
@@ -795,7 +795,7 @@ repo sync -j8
To build the tangorpro kernel for the Pixel Tablet:
-BUILD_AOSP_KERNEL=1 LTO=full ./build_tangorpro.sh+
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./build_tangorpro.sh
Replace the files in the OS source tree at
device/google/tangorpro-kernel/
with your build in
@@ -810,7 +810,7 @@ repo sync -j8
To build the felix kernel for the Pixel Fold:
-BUILD_AOSP_KERNEL=1 LTO=full ./build_felix.sh+
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./build_felix.sh
Replace the files in the OS source tree at
device/google/felix-kernel/
with your build in
diff --git a/static/releases.html b/static/releases.html
index 6316a243..31ffc0b8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -786,6 +786,7 @@
Changes since the 2024070201 release: