From 311c1011c372a717bf54c5c13e4f2db79868cc84 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 11 Jul 2024 20:00:18 -0400 Subject: revert 32-bit kernel ABI removal for now --- static/build.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/build.html') diff --git a/static/build.html b/static/build.html index 528790ee..5fb58a8a 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:

-
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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:

-
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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:

-
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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:

-
BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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 -- cgit v1.3.1