From f9d83f44556ba35461e5e00d0749d11bb56484b0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Aug 2022 14:52:57 -0400 Subject: [PATCH] reproducible build exports only needed for coral --- static/build.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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