From 3c5fe53b4c552eec9cfa9fa188c8ae6fc2492b1f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 8 Sep 2020 20:51:15 -0400 Subject: [PATCH] note about Android 11 development branch --- static/build.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/static/build.html b/static/build.html index 9ccb461d..e2134910 100644 --- a/static/build.html +++ b/static/build.html @@ -307,15 +307,18 @@ Development branch -

The 10 branch is the only active development branch for GrapheneOS +

GrapheneOS is currently early in the process of being ported to Android 11, + so the development branch is currently very barebones.

+ +

The 11 branch is the only active development branch for GrapheneOS development. 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. Occasionally, some devices may be supported through device support branches to avoid impacting other devices with changes needed to support them.

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

If your network is unreliable and repo sync fails, you can run the