From 24943034f79d27bb51dfe17324838dc3242f35cc Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Sat, 10 Sep 2022 03:01:34 -0400
Subject: [PATCH] reorganize build target section
---
static/build.html | 29 ++++++++++++++++-------------
1 file 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).
+ SDK emulator targets:
+
+
+ - sdk_phone_armv7
+ - sdk_phone_arm64
+ - sdk_phone_x86
+ - sdk_phone_x86_64
+
+
+ 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.
+
+ We recommend using the sdk_phone_x86_64 target in either the
+ userdebug or eng variant for most development work.
+
Generic targets:
@@ -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.
-
- SDK emulator targets:
-
-
- - sdk_phone_armv7
- - sdk_phone_arm64
- - sdk_phone_x86
- - sdk_phone_x86_64
-
-
- 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.