From 4935eb60ccda5fbb559eeacfd379164161452fb9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 6 Jul 2024 12:32:31 -0400 Subject: [PATCH] reorder environment variables for kernel builds --- static/build.html | 12 ++++++------ 1 file 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

To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:

-
LTO=full BUILD_AOSP_KERNEL=1 ./build_cloudripper.sh
+
BUILD_AOSP_KERNEL=1 LTO=full ./build_cloudripper.sh

Replace the files in the OS source tree at device/google/pantah-kernel/ with your build in @@ -780,7 +780,7 @@ repo sync -j8

To build the lynx kernel for the Pixel 7a:

-
LTO=full BUILD_AOSP_KERNEL=1 ./build_lynx.sh
+
BUILD_AOSP_KERNEL=1 LTO=full ./build_lynx.sh

Replace the files in the OS source tree at device/google/lynx-kernel/ with your build in @@ -795,7 +795,7 @@ repo sync -j8

To build the tangorpro kernel for the Pixel Tablet:

-
LTO=full BUILD_AOSP_KERNEL=1 ./build_tangorpro.sh
+
BUILD_AOSP_KERNEL=1 LTO=full ./build_tangorpro.sh

Replace the files in the OS source tree at device/google/tangorpro-kernel/ with your build in @@ -810,7 +810,7 @@ repo sync -j8

To build the felix kernel for the Pixel Fold:

-
LTO=full BUILD_AOSP_KERNEL=1 ./build_felix.sh
+
BUILD_AOSP_KERNEL=1 LTO=full ./build_felix.sh

Replace the files in the OS source tree at device/google/felix-kernel/ with your build in @@ -836,11 +836,11 @@ repo sync -j8

To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:

-
LTO=full BUILD_AOSP_KERNEL=1 ./build_slider.sh
+
BUILD_AOSP_KERNEL=1 LTO=full ./build_slider.sh

To build the bluejay kernel for the Pixel 6a:

-
LTO=full BUILD_AOSP_KERNEL=1 ./build_bluejay.sh
+
BUILD_AOSP_KERNEL=1 LTO=full ./build_bluejay.sh

Replace the files in the OS source tree at device/google/raviole-kernel/ or