diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-06 12:32:31 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-06 12:32:31 -0400 |
| commit | 4935eb60ccda5fbb559eeacfd379164161452fb9 (patch) | |
| tree | 993f104e2d85b5a97e26f58b829c9090167ee952 /static | |
| parent | d6d2b429eb1a73065dabc774c720ece8cef213b2 (diff) | |
reorder environment variables for kernel builds
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html index ebb7a475..44427f99 100644 --- a/static/build.html +++ b/static/build.html @@ -765,7 +765,7 @@ repo sync -j8</pre> <p>To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:</p> - <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_cloudripper.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_cloudripper.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/pantah-kernel/</code> with your build in @@ -780,7 +780,7 @@ repo sync -j8</pre> <p>To build the lynx kernel for the Pixel 7a:</p> - <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_lynx.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_lynx.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/lynx-kernel/</code> with your build in @@ -795,7 +795,7 @@ repo sync -j8</pre> <p>To build the tangorpro kernel for the Pixel Tablet:</p> - <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_tangorpro.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_tangorpro.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/tangorpro-kernel/</code> with your build in @@ -810,7 +810,7 @@ repo sync -j8</pre> <p>To build the felix kernel for the Pixel Fold:</p> - <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_felix.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_felix.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/felix-kernel/</code> with your build in @@ -836,11 +836,11 @@ repo sync -j8</pre> <p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p> - <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_slider.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_slider.sh</pre> <p>To build the bluejay kernel for the Pixel 6a:</p> - <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_bluejay.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 LTO=full ./build_bluejay.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/raviole-kernel/</code> or |
