update documentation for barbet support

This commit is contained in:
Daniel Micay 2021-09-05 01:59:22 -04:00
parent f4eb0a5aa3
commit a9954da55e

View File

@ -136,7 +136,7 @@
<p>Smartphone targets:</p> <p>Smartphone targets:</p>
<ul> <ul>
<li>barbet (Pixel 5a) — incomplete</li> <li>barbet (Pixel 5a) — experimental</li>
<li>redfin (Pixel 5)</li> <li>redfin (Pixel 5)</li>
<li>bramble (Pixel 4a (5G))</li> <li>bramble (Pixel 4a (5G))</li>
<li>sunfish (Pixel 4a)</li> <li>sunfish (Pixel 4a)</li>
@ -305,13 +305,17 @@
<section id="development-branch"> <section id="development-branch">
<h4><a href="#development-branch">Development branch</a></h4> <h4><a href="#development-branch">Development branch</a></h4>
<p>The <code>11</code> branch is the only active development branch for <p>The <code>11</code> branch is the active developed branch of
GrapheneOS development. Older branches are no longer maintained. It is GrapheneOS. It follows along with the latest stable releases of the
currently used for all officially supported devices and should be used for Android Open Source Project which currently means the latest monthly
the basis of ports to other devices. Occasionally, some devices may be release of the <code>android11-qpr3-release</code> (Android 11 Quarterly
supported through device support branches to avoid impacting other devices Platform Release 3) branch. The <code>11</code> branch of GrapheneOS
with changes needed to support them. The Pixel 5a will initially be should be used for everything other than the Pixel 5a including porting to
supported via the 11-barbet branch.</p> other devices.</p>
<p>The temporary <code>11-barbet</code> branch is used for Pixel 5a
(barbet) support and will go away after barbet support is provided by the
mainline AOSP stable releases, likely with Android 12.</p>
<pre>mkdir grapheneos-11 <pre>mkdir grapheneos-11
cd grapheneos-11 cd grapheneos-11