diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-01 07:39:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 1b815d52a2d2ca1bf4364a0b2368d4b705cad212 (patch) | |
| tree | 2f7ba2da61a00add36a9eea92d7db4d11d14bc4e | |
| parent | 35a5abb1531e927b27c8f8f04b752d221dde9f07 (diff) | |
stop marking bluejay experimental in build guide
| -rw-r--r-- | static/build.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/build.html b/static/build.html index 5dfa1dd8..ccbd4a61 100644 --- a/static/build.html +++ b/static/build.html @@ -143,7 +143,7 @@ <p>Smartphone targets:</p> <ul> - <li>bluejay (Pixel 6a) – experimental</li> + <li>bluejay (Pixel 6a)</li> <li>raven (Pixel 6 Pro)</li> <li>oriole (Pixel 6)</li> <li>barbet (Pixel 5a)</li> @@ -332,10 +332,10 @@ release of the <code>android12L-release</code> (Android 12L) branch. The <code>12.1</code> branch of GrapheneOS should be used for generic builds including the emulator, porting to other devices and for non-legacy - officially supported devices. Pixel 6a is an experimental new device using - the <code>12.1-bluejay</code> development branch. Pixel 3 / Pixel 3 XL / - Pixel 3a / Pixel 3a XL use the <code>12.1-crosshatch</code> branch setting - an appropriate <code>BUILD_ID</code> and security patch level field.</p> + officially supported devices. Pixel 6a is a new device using the + <code>12.1-bluejay</code> development branch. Pixel 3 / Pixel 3 XL / Pixel + 3a / Pixel 3a XL use the <code>12.1-crosshatch</code> branch setting an + appropriate <code>BUILD_ID</code> and security patch level field.</p> <pre>mkdir grapheneos-12.1 cd grapheneos-12.1 |
