reorganize build target section

This commit is contained in:
Daniel Micay 2022-09-10 03:01:34 -04:00
parent 3208ff87b1
commit 24943034f7

View File

@ -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">