From f9f40b543b2ca8a516fda45b9261295ac1bfbf91 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 7 Dec 2024 01:16:50 -0500 Subject: [PATCH] drop --config=use_source_tree_aosp for 8th gen Pixel kernels --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index d8313ad9..aaa04805 100644 --- a/static/build.html +++ b/static/build.html @@ -829,7 +829,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=no_download_gki --lto=full

Replace the files in the OS source tree at device/google/shusky-kernels/5.15/grapheneos/ with your build in @@ -844,7 +844,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=no_download_gki --lto=full

Replace the files in the OS source tree at device/google/akita-kernels/5.15/grapheneos/ with your build in