diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-19 11:44:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | d4e418a3ada80d9274bb5a4f53744be60a655914 (patch) | |
| tree | 5410000597927720e9c23b4364d1a67010acfff4 | |
| parent | d06f247fe31f6dfb37e6f21c86c2d8ce87fd0528 (diff) | |
use build-user/build-host for 4th gen too
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 21ae2371..739340a4 100644 --- a/static/build.html +++ b/static/build.html @@ -412,11 +412,11 @@ repo sync -j16</pre> <p>To build the coral kernel for the Pixel 4 and Pixel 4 XL:</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.floral build/build.sh</pre> + <pre>KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=build-user KBUILD_BUILD_HOST=build-host KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" BUILD_CONFIG=private/msm-google/build.config.floral build/build.sh</pre> <p>To build the sunfish kernel for the Pixel 4a:</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.sunfish build/build.sh</pre> + <pre>KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=build-user KBUILD_BUILD_HOST=build-host KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" BUILD_CONFIG=private/msm-google/build.config.sunfish build/build.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/coral-kernel/</code> or |
