diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-10 03:01:34 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-10 03:01:34 -0400 |
| commit | 24943034f79d27bb51dfe17324838dc3242f35cc (patch) | |
| tree | 87e0b0630eaa65fb49cfe6de2c10e85546db69b7 /static | |
| parent | 3208ff87b1ea81d89c67e2cde4225c501be6edd3 (diff) | |
reorganize build target section
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"> |
