diff --git a/static/build.html b/static/build.html index c836aad4..b25cd5e5 100644 --- a/static/build.html +++ b/static/build.html @@ -122,6 +122,8 @@
  • aosp_blueline (Pixel 3)
  • aosp_bonito (Pixel 3a XL)
  • aosp_sargo (Pixel 3a)
  • +
  • aosp_coral (Pixel 4 XL) - incomplete / experimental, do not report issues
  • +
  • aosp_flame (Pixel 4) - incomplete / experimental, do not report issues
  • These are all fully supported production-ready targets supporting all the baseline @@ -361,6 +363,7 @@ cd ../..

    As part of the hardening in GrapheneOS, it uses fully monolithic kernel builds with @@ -370,11 +373,12 @@ cd ../.. marked as using a separate build above need to have the device variant passed to the GrapheneOS kernel build script to select the device.

    -

    For the Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a XL, the kernel repository uses - submodules for building in out-of-tree modules. You need to make sure the submodule - sources are updated before building. In the future, this should end up being handled - automatically by repo. There's no harm in running the submodule commands - for other devices as they will simply not do anything.

    +

    For the Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4 and Pixel 4 XL the + kernel repository uses submodules for building in out-of-tree modules. You need to + make sure the submodule sources are updated before building. In the future, this + should end up being handled automatically by repo. There's no harm in + running the submodule commands for other devices as they will simply not do + anything.

    For example, to build the kernel for blueline: