diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-10 17:34:09 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-10 17:34:09 -0400 |
| commit | 992b7a0e84fa7488d88aaff68de7b6e1d6b63bb2 (patch) | |
| tree | f94aa3ea998a664d18708ca5e2a115741ce7df0a | |
| parent | 2cf9d68025912660aa329b84b8d38322997f3182 (diff) | |
add extra explanation for device targets
| -rw-r--r-- | static/build.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 94034f2b..449c9cd5 100644 --- a/static/build.html +++ b/static/build.html @@ -116,6 +116,15 @@ <li>aosp_sargo (Pixel 3a)</li> </ul> + <p>These are all fully supported production-ready targets supporting all the baseline + security features and receiving full monthly security updates covering all firmware, + kernel drivers, driver libraries / services and other device-specific code. A fully + signed user build for these devices is a proper GrapheneOS release. Newer generation + 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 and Pixel 3a XL.</p> + <p>Generic targets:</p> <ul> |
