diff --git a/static/build.html b/static/build.html index 70a7b9dd..996d9590 100644 --- a/static/build.html +++ b/static/build.html @@ -139,6 +139,7 @@
These are all fully supported production-ready targets supporting all the baseline @@ -148,7 +149,8 @@ devices have stronger hardware / firmware security and hardware-based OS security features and are better development devices for that reason. It's not possible to work on everything via past generation devices. The best development devices are the Pixel - 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4 and Pixel 4 XL.
+ 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4 and Pixel 4 XL. Pixel 4a support is + still in development.Generic targets:
@@ -394,6 +396,7 @@ cd ../..As part of the hardening in GrapheneOS, it uses fully monolithic kernel builds with @@ -403,9 +406,9 @@ 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, 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 +
For the Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL and Pixel
+ 4a 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.