diff options
| author | flawedworld <flawedworld@flawed.world> | 2022-01-14 09:03:41 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-14 10:03:21 -0500 |
| commit | 38f7725e3713f02cf89622632394ac3de187382c (patch) | |
| tree | a5c7715f2b4f0c29196c8c2582cf803ddf1adfa3 /static/build.html | |
| parent | 9db18c4afb7fc5b4471fc76bd8ce1d12fe129dd8 (diff) | |
Clarify monolithic kernels on 6th generation Pixel devices.
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 60830bc8..b2bddebb 100644 --- a/static/build.html +++ b/static/build.html @@ -434,7 +434,9 @@ cd ../..</pre> Control Flow Integrity benefiting from whole program analysis. It also reduces attack surface and complexity including making the build system simpler. The kernel trees marked as using a separate build above need to have the device variant passed to the - GrapheneOS kernel build script to select the device.</p> + GrapheneOS kernel build script to select the device. Due to the added level of + complexity added by GKI kernels, we currently do not produce monolithic builds for + 6th generation Pixel devices.</p> <p>The kernel repositories use submodules for building in out-of-tree modules. You need to make sure the submodule sources are updated before building. In |
