diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-06 17:36:54 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-06 17:39:52 -0400 |
| commit | b063c24e4d02874fa9b4adf8364ebeb0cf3171dd (patch) | |
| tree | 030aef83fcd9b8f61843946c158327045b887a54 /static | |
| parent | 1ad971479047d8d6319ebf72005ebf735a8eda08 (diff) | |
disable 32-bit ABI for 7th/8th gen Pixels kernels
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 12 | ||||
| -rw-r--r-- | static/releases.html | 1 |
2 files changed, 7 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html index 44427f99..528790ee 100644 --- a/static/build.html +++ b/static/build.html @@ -731,7 +731,7 @@ repo sync -j8</pre> <p>To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:</p> - <pre>./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full</pre> + <pre>./build_shusky.sh --config=use_source_tree_aosp --config=no_download_gki --disable_32bit --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/shusky-kernel/</code> with your build in @@ -746,7 +746,7 @@ repo sync -j8</pre> <p>To build the akita kernel for the Pixel 8a:</p> - <pre>./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full</pre> + <pre>./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --disable_32bit --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/akita-kernel/</code> with your build 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 LTO=full ./build_cloudripper.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=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 LTO=full ./build_lynx.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=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 LTO=full ./build_tangorpro.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=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 LTO=full ./build_felix.sh</pre> + <pre>BUILD_AOSP_KERNEL=1 DISABLE_32BIT=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 6316a243..31ffc0b8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -786,6 +786,7 @@ <p>Changes since the 2024070201 release:</p> <ul> + <li>kernel (Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a): disable 32-bit ABI support to substantially decrease kernel size and attack surface and raise mmap_min_addr to the standard 65536 for 64-bit-only ARM</li> <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.156</li> <li>adevtool: update file removal for 8th gen Pixels to skip Family Space related files</li> </ul> |
