revert 32-bit kernel ABI removal for now

This commit is contained in:
Daniel Micay 2024-07-11 20:00:18 -04:00
parent 94afeb4bad
commit 311c1011c3
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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>