From ec3655769616773d958abb7c997042fd94df6ada Mon Sep 17 00:00:00 2001 From: maade93791 <70593890+maade69@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:36:12 +0300 Subject: [PATCH] remove unused --disable_32bit kernel build flag on 8th gen due to app compat issues --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 615d8ee4..11105886 100644 --- a/static/build.html +++ b/static/build.html @@ -804,7 +804,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 --disable_32bit --lto=full
+
./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 @@ -819,7 +819,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 --disable_32bit --lto=full
+
./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