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