summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html11
1 files 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 @@
<a href="#development-branch">Development branch</a>
</h4>
- <p>The <code>10</code> branch is the only active development branch for GrapheneOS
+ <p><strong>GrapheneOS is currently early in the process of being ported to Android 11,
+ so the development branch is currently very barebones.</strong></p>
+
+ <p>The <code>11</code> 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.</p>
- <pre>mkdir grapheneos-10
-cd grapheneos-10
-repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 10
+ <pre>mkdir grapheneos-11
+cd grapheneos-11
+repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 11
repo sync -j32</pre>
<p>If your network is unreliable and <code>repo sync</code> fails, you can run the