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 diff --git a/static/releases.html b/static/releases.html index b33e9c1b..83d8d2d2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -788,6 +788,7 @@

  • TalkBack (screen reader): update dependencies
  • TalkBack (screen reader): remove more unused resources
  • TalkBack (screen reader): drop 32-bit OS support
  • +
  • kernel (Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a): temporarily revert disabling 32-bit ABI support due to some banking apps using a buggy anti-tampering library incorrectly calling 32-bit versions of system calls from 64-bit code even on devices with no 32-bit support in hardware
  • kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.160
  • kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.38