note about Android 11 development branch
This commit is contained in:
parent
d74fb41cc7
commit
3c5fe53b4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user