revert 32-bit kernel ABI removal for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user