diff --git a/static/build.html b/static/build.html index c531832d..305226a2 100644 --- a/static/build.html +++ b/static/build.html @@ -426,7 +426,7 @@ repo sync -j16
To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a kernel:
-KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=grapheneos KBUILD_BUILD_HOST=grapheneos KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" BUILD_CONFIG=private/msm-google/build.config.redbull.vintf build/build.sh+
BUILD_CONFIG=private/msm-google/build.config.redbull.vintf build/build.sh
Replace the files in the OS source tree at
device/google/redbull-kernel/
with your build in
@@ -441,11 +441,11 @@ repo sync -j16
To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:
-KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=grapheneos KBUILD_BUILD_HOST=grapheneos KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" LTO=full BUILD_KERNEL=1 ./build_slider.sh+
LTO=full BUILD_KERNEL=1 ./build_slider.sh
To build the bluejay kernel for the Pixel 6a:
-KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=grapheneos KBUILD_BUILD_HOST=grapheneos KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" LTO=full BUILD_KERNEL=1 ./build_bluejay.sh+
LTO=full BUILD_KERNEL=1 ./build_bluejay.sh
Replace the files in the OS source tree at
device/google/raviole-kernel/
or