diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/static/build.html b/static/build.html index 110679bc..cb547a7d 100644 --- a/static/build.html +++ b/static/build.html @@ -166,6 +166,22 @@ generation devices. The best development devices are the Pixel 5 and Pixel 4a (5G).</p> + <p>SDK emulator targets:</p> + + <ul> + <li>sdk_phone_armv7</li> + <li>sdk_phone_arm64</li> + <li>sdk_phone_x86</li> + <li>sdk_phone_x86_64</li> + </ul> + + <p>These are extended versions of the generic targets with extra components for the + SDK. These targets don't receive full monthly security updates, don't provide all of + the baseline security features and are intended for development usage.</p> + + <p><strong>We recommend using the sdk_phone_x86_64 target in either the + userdebug or eng variant for most development work.</strong></p> + <p>Generic targets:</p> <ul> @@ -189,19 +205,6 @@ along with some in GrapheneOS which needs to be ported over too. For example, various security features in the kernel including type-based Control Flow Integrity (CFI) and the shadow call stack are currently specific to the kernels for these devices.</p> - - <p>SDK emulator targets:</p> - - <ul> - <li>sdk_phone_armv7</li> - <li>sdk_phone_arm64</li> - <li>sdk_phone_x86</li> - <li>sdk_phone_x86_64</li> - </ul> - - <p>These are extended versions of the generic targets with extra components for the - SDK. These targets don't receive full monthly security updates, don't provide all of - the baseline security features and are intended for development usage.</p> </section> <section id="build-dependencies"> |
