From 9607163bb7b9347bb5d05bda4b1e9af8f72a361c Mon Sep 17 00:00:00 2001 From: Vladislav <70593890+maade69@users.noreply.github.com> Date: Wed, 12 Oct 2022 21:47:49 +0300 Subject: [PATCH] update docs since full LTO is fixed for 6th gen --- static/build.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/static/build.html b/static/build.html index 79bd500e..acbd8efb 100644 --- a/static/build.html +++ b/static/build.html @@ -460,15 +460,11 @@ repo sync -j16

To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:

-
LTO=thin BUILD_KERNEL=1 ./build_slider.sh
+
LTO=full BUILD_KERNEL=1 ./build_slider.sh

To build the bluejay kernel for the Pixel 6a:

-
LTO=thin BUILD_KERNEL=1 ./build_bluejay.sh
- -

ThinLTO is being used temporarily for 6th generation Pixel - kernels to work around an upstream bug in the kernel or toolchain. Using - LTO=full is currently broken.

+
LTO=full BUILD_KERNEL=1 ./build_bluejay.sh

Replace the files in the OS source tree at device/google/raviole-kernel/ or