diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-08 20:51:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-08 20:51:15 -0400 |
| commit | 3c5fe53b4c552eec9cfa9fa188c8ae6fc2492b1f (patch) | |
| tree | 6ac22bed48ba66129a14ab5f54098ebdb95af159 /static/build.html | |
| parent | d74fb41cc78a92c7f955983bca1bc7d7ab541926 (diff) | |
note about Android 11 development branch
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 11 |
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 |
