From 488f775c77cbb5f7c88314bc030ede8aa885fc48 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 13 Mar 2023 18:52:56 -0400 Subject: [PATCH] update kernel build instructions for gs101 Pixels --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 81f5fc49..b3e914cf 100644 --- a/static/build.html +++ b/static/build.html @@ -777,11 +777,11 @@ repo sync -j16

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

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

To build the bluejay kernel for the Pixel 6a:

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

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