diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-11 20:00:18 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-20 12:01:32 -0400 |
| commit | 311c1011c372a717bf54c5c13e4f2db79868cc84 (patch) | |
| tree | 8bb4d7f7fa9e833fa78f32f0146585808a8f5a5b | |
| parent | 94afeb4bad3746eedbe4fd2924b05efb57f507fb (diff) | |
revert 32-bit kernel ABI removal for now
| -rw-r--r-- | static/build.html | 8 | ||||
| -rw-r--r-- | static/releases.html | 1 |
2 files changed, 5 insertions, 4 deletions
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</pre> <p>To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:</p> - <pre>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=1 LTO=full ./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 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 @@ <li>TalkBack (screen reader): update dependencies</li> <li>TalkBack (screen reader): remove more unused resources</li> <li>TalkBack (screen reader): drop 32-bit OS support</li> + <li>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</li> <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.160</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.38</li> </ul> |
