diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-21 19:48:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-21 21:30:41 -0400 |
| commit | 0e577730126caa51c83461a0c1c260e87a061188 (patch) | |
| tree | 28471db57a1af009c1135f9b700dcb51057ab4d5 | |
| parent | 316326ea1952eef35524afb0d3cedaf7c5ca342e (diff) | |
mark Pixel 2 and 2 XL as legacy devices
| -rw-r--r-- | static/build.html | 4 | ||||
| -rw-r--r-- | static/faq.html | 10 | ||||
| -rw-r--r-- | static/releases.html | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/static/build.html b/static/build.html index 4f218b30..c28868cf 100644 --- a/static/build.html +++ b/static/build.html @@ -115,8 +115,8 @@ <p>Smartphone targets:</p> <ul> - <li>aosp_taimen (Pixel 2 XL)</li> - <li>aosp_walleye (Pixel 2)</li> + <li>aosp_taimen (Pixel 2 XL) - legacy</li> + <li>aosp_walleye (Pixel 2) - legacy</li> <li>aosp_crosshatch (Pixel 3 XL)</li> <li>aosp_blueline (Pixel 3)</li> <li>aosp_bonito (Pixel 3a XL)</li> diff --git a/static/faq.html b/static/faq.html index f7659095..771cf392 100644 --- a/static/faq.html +++ b/static/faq.html @@ -110,11 +110,11 @@ <a href="#supported-devices">Which devices are supported?</a> </h3> - <p>GrapheneOS has official production support for the Pixel 2, Pixel 2 XL, Pixel 3, - Pixel 3 XL, Pixel 3a and Pixel 3a XL. The release tags for these devices have official - builds and updates available. These devices meet the stringent privacy and security - standards and have substantial upstream and downstream hardening specific to the - devices.</p> + <p>GrapheneOS has official production support for the Pixel 2 (legacy), Pixel 2 XL + (legacy), Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a XL. The release tags for these + devices have official builds and updates available. These devices meet the stringent + privacy and security standards and have substantial upstream and downstream hardening + specific to the devices.</p> <p>Many other devices are supported by GrapheneOS at a source level, and it can be built for them without modifications to the existing GrapheneOS source tree. Device diff --git a/static/releases.html b/static/releases.html index 439e7c37..7892649a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -55,8 +55,8 @@ <li><a href="#sargo-stable">Pixel 3a</a></li> <li><a href="#crosshatch-stable">Pixel 3 XL</a></li> <li><a href="#blueline-stable">Pixel 3</a></li> - <li><a href="#taimen-stable">Pixel 2 XL</a></li> - <li><a href="#walleye-stable">Pixel 2</a></li> + <li><a href="#taimen-stable">Pixel 2 XL (legacy)</a></li> + <li><a href="#walleye-stable">Pixel 2 (legacy)</a></li> </ul> </li> <li> @@ -66,8 +66,8 @@ <li><a href="#sargo-beta">Pixel 3a</a></li> <li><a href="#crosshatch-beta">Pixel 3 XL</a></li> <li><a href="#blueline-beta">Pixel 3</a></li> - <li><a href="#taimen-beta">Pixel 2 XL</a></li> - <li><a href="#walleye-beta">Pixel 2</a></li> + <li><a href="#taimen-beta">Pixel 2 XL (legacy)</a></li> + <li><a href="#walleye-beta">Pixel 2 (legacy)</a></li> </ul> </li> <li> @@ -191,7 +191,7 @@ </section> <section id="taimen-stable"> <h3> - <a href="#taimen-stable">Pixel 2 XL</a> + <a href="#taimen-stable">Pixel 2 XL (legacy)</a> </h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ1A.200205.002.2020.02.07.19">QQ1A.200205.002.2020.02.07.19</a></p> <ul> @@ -202,7 +202,7 @@ </section> <section id="walleye-stable"> <h3> - <a href="#walleye-stable">Pixel 2</a> + <a href="#walleye-stable">Pixel 2 (legacy)</a> </h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ1A.200205.002.2020.02.07.19">QQ1A.200205.002.2020.02.07.19</a></p> <ul> @@ -264,7 +264,7 @@ </section> <section id="taimen-beta"> <h3> - <a href="#taimen-beta">Pixel 2 XL</a> + <a href="#taimen-beta">Pixel 2 XL (legacy)</a> </h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ1A.200205.002.2020.02.07.19">QQ1A.200205.002.2020.02.07.19</a></p> <ul> @@ -275,7 +275,7 @@ </section> <section id="walleye-beta"> <h3> - <a href="#walleye-beta">Pixel 2</a> + <a href="#walleye-beta">Pixel 2 (legacy)</a> </h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ1A.200205.002.2020.02.07.19">QQ1A.200205.002.2020.02.07.19</a></p> <ul> |
