diff --git a/static/build.html b/static/build.html index 18ac3874..e3470f0a 100644 --- a/static/build.html +++ b/static/build.html @@ -326,23 +326,24 @@

Development branch

-

The 12.1 branch is the main development branch of +

The 13 branch is the main development branch of GrapheneOS. It follows along with the latest stable releases of the Android Open Source Project which currently means the latest monthly - release of the android12L-release (Android 12L) branch. The - 12.1 branch of GrapheneOS should be used for generic builds + release of the android13-release (Android 13) branch. The + 13 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 a new device using the - 12.1-bluejay development branch. Pixel 3 / Pixel 3 XL / Pixel - 3a / Pixel 3a XL use the 12.1-crosshatch branch setting an - appropriate BUILD_ID and security patch level field.

+ officially supported devices.

+ +

Pixel 3 / Pixel 3 XL / Pixel 3a / Pixel 3a XL use the + 12.1-crosshatch branch setting an appropriate + BUILD_ID and security patch level field.

The 13 branch is in early development and will be the branch used for all non-legacy devices.

-
mkdir grapheneos-12.1
-cd grapheneos-12.1
-repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 12.1
+                        
mkdir grapheneos-13
+cd grapheneos-13
+repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13
 repo sync -j16

If your network is unreliable and repo sync fails, you can run the @@ -404,7 +405,8 @@ cd ../..

Prebuilts are provided for all the officially supported devices, so this step is optional.

-

Instructions for 4th and 5th generation Pixels need to be rewritten for Android 13

+

Instructions for 4th and 5th generation Pixels need to be rewritten for + Android 13.