summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-18 14:52:57 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commitf9d83f44556ba35461e5e00d0749d11bb56484b0 (patch)
treeb1bf25c7c12e7b1e77443508fd2cc0d7e91cbaa0 /static/build.html
parent6636adcb1e5cc642409966b8a63a398d97348e42 (diff)
reproducible build exports only needed for coral
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html6
1 files 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</pre>
<p>To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a kernel:</p>
- <pre>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</pre>
+ <pre>BUILD_CONFIG=private/msm-google/build.config.redbull.vintf build/build.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/redbull-kernel/</code> with your build in
@@ -441,11 +441,11 @@ repo sync -j16</pre>
<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
- <pre>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</pre>
+ <pre>LTO=full BUILD_KERNEL=1 ./build_slider.sh</pre>
<p>To build the bluejay kernel for the Pixel 6a:</p>
- <pre>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</pre>
+ <pre>LTO=full BUILD_KERNEL=1 ./build_bluejay.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/raviole-kernel/</code> or