diff --git a/static/build.html b/static/build.html index 3e78295a..9e5825a2 100644 --- a/static/build.html +++ b/static/build.html @@ -197,22 +197,16 @@ Development branch -

The pie branch is currently used for all devices other than the Pixel 3a and Pixel 3a XL, and is the correct branch to use for the generic targets or properly specialized ports to new devices:

+

The 10 branch is for the upcoming port to Android 10 which has only + just been started. Older branches are no longer maintained. It is currently used for + all officially supported devices and should be used for the basis of ports to other + devices.

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

The pie-b4s4 branch is currently used for the Pixel 3a and Pixel 3a XL since these were introduced after the current pie maintenance release:

- -
mkdir grapheneos-pie-b4s4
-cd grapheneos-pie-b4s4
-repo init -u https://github.com/GrapheneOS/platform_manifest.git -b pie-b4s4
-repo sync -j32
- -

The 10 branch is for the upcoming port to Android 10 which has only just been started.

-

If your network is unreliable and repo sync fails, you can run the repo sync command again as many times as needed for it to fully succeed.