From f800798e41859ab0133f8e2cd21b177b72f9e17f Mon Sep 17 00:00:00 2001
From: Daniel Micay The The Development branch
- 12.1
branch is the main development branch of
+ 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.
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 -j16If 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.