only sdk_phone_x86_64 emulator target is supported

This commit is contained in:
Daniel Micay 2023-12-08 12:28:34 -05:00
parent f5e449bb79
commit 615d9a32f7

View File

@ -162,18 +162,15 @@
generation devices. The best development devices are the Pixel 6 and 7 series.
</p>
<p>SDK emulator targets:</p>
<p>SDK emulator target:</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>These emulator 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>