diff --git a/static/build.html b/static/build.html index 9321c489..5032282a 100644 --- a/static/build.html +++ b/static/build.html @@ -306,21 +306,16 @@

Development branch

-

The 11 branch is the active developed branch of +

The 12 branch is the active developed 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 android11-qpr3-release (Android 11 Quarterly - Platform Release 3) branch. The 11 branch of GrapheneOS - should be used for everything other than the Pixel 5a including porting to - other devices.

+ release of the android12-release (Android 12) branch. The + 12 branch of GrapheneOS should be used for all officially + supported devices and porting to other devices.

-

The temporary 11-barbet branch is used for Pixel 5a - (barbet) support and will go away after barbet support is provided by the - mainline AOSP stable releases, likely with Android 12.

- -
mkdir grapheneos-11
-cd grapheneos-11
-repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 11
+                        
mkdir grapheneos-12
+cd grapheneos-12
+repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 12
 repo sync -j32

If your network is unreliable and repo sync fails, you can run the @@ -1002,25 +997,25 @@ mv android-studio studio

Official releases of the CTS can be downloaded from the Compatibility Suite Downloads page. You should download the CTS for the relevant release - (Android 11) and architecture (ARM). There's a separate zip for the main CTS, the + (Android 12) and architecture (ARM). There's a separate zip for the main CTS, the manual portion (CTS Verifier) and the CTS for Instant Apps. The latest release of the CTS Media Files also needs to be downloaded from that section.

mkdir -p ~/android/cts/{arm,x86}
 cd ~/android/cts/arm
-curl -O https://dl.google.com/dl/android/cts/android-cts-11_r4-linux_x86-arm.zip
-unzip android-cts-11_r4-linux_x86-arm.zip
-rm android-cts-11_r4-linux_x86-arm.zip
-curl -O https://dl.google.com/dl/android/cts/android-cts-verifier-11_r4-linux_x86-arm.zip
-unzip android-cts-verifier-11_r4-linux_x86-arm.zip
-rm android-cts-verifier-11_r4-linux_x86-arm.zip
+curl -O https://dl.google.com/dl/android/cts/android-cts-12_r1-linux_x86-arm.zip
+unzip android-cts-12_r1-linux_x86-arm.zip
+rm android-cts-12_r1-linux_x86-arm.zip
+curl -O https://dl.google.com/dl/android/cts/android-cts-verifier-12_r1-linux_x86-arm.zip
+unzip android-cts-verifier-12_r1-linux_x86-arm.zip
+rm android-cts-verifier-12_r1-linux_x86-arm.zip
 cd ~/android/cts/x86
-curl -O https://dl.google.com/dl/android/cts/android-cts-verifier-11_r4-linux_x86-x86.zip
-unzip android-cts-verifier-11_r4-linux_x86-x86.zip
-rm android-cts-verifier-11_r4-linux_x86-x86.zip
-curl -O https://dl.google.com/dl/android/cts/android-cts-11_r4-linux_x86-x86.zip
-unzip android-cts-11_r4-linux_x86-x86.zip
-rm android-cts-11_r4-linux_x86-x86.zip
+curl -O https://dl.google.com/dl/android/cts/android-cts-verifier-12_r1-linux_x86-x86.zip
+unzip android-cts-verifier-12_r1-linux_x86-x86.zip
+rm android-cts-verifier-12_r1-linux_x86-x86.zip
+curl -O https://dl.google.com/dl/android/cts/android-cts-12_r1-linux_x86-x86.zip
+unzip android-cts-12_r1-linux_x86-x86.zip
+rm android-cts-12_r1-linux_x86-x86.zip
 cd ~/android/cts
 curl -O https://dl.google.com/dl/android/cts/android-cts-media-1.5.zip
 unzip android-cts-media-1.5.zip