diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-08 12:28:34 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-08 12:28:34 -0500 |
| commit | 615d9a32f7e0669291ca636627cb263842481b92 (patch) | |
| tree | f6b4bc99a1db9b35173b8a50c8a17864649e7692 | |
| parent | f5e449bb79b812eb160b58fff0cae08df50cd1e1 (diff) | |
only sdk_phone_x86_64 emulator target is supported
| -rw-r--r-- | static/build.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/static/build.html b/static/build.html index be5ee918..7700aa05 100644 --- a/static/build.html +++ b/static/build.html @@ -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> |
