diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-09-04 23:36:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-09-04 23:36:36 -0400 |
| commit | f4eb0a5aa37816a9c22bbe7b0aa94f721d6d4b34 (patch) | |
| tree | 8ae03acd60b00010e6f87d369c83268822fd0b70 | |
| parent | ca002a9e050bcdf3edde4f9326f23da718f5136d (diff) | |
document barbet build information
| -rw-r--r-- | static/build.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/static/build.html b/static/build.html index 945d51ce..66e27faf 100644 --- a/static/build.html +++ b/static/build.html @@ -136,6 +136,7 @@ <p>Smartphone targets:</p> <ul> + <li>barbet (Pixel 5a) — incomplete</li> <li>redfin (Pixel 5)</li> <li>bramble (Pixel 4a (5G))</li> <li>sunfish (Pixel 4a)</li> @@ -304,11 +305,13 @@ <section id="development-branch"> <h4><a href="#development-branch">Development branch</a></h4> - <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> + <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. The Pixel 5a will initially be + supported via the 11-barbet branch.</p> <pre>mkdir grapheneos-11 cd grapheneos-11 @@ -394,6 +397,7 @@ cd ../..</pre> <li>Pixel 5: redfin</li> </ul> </li> + <li>Pixel 5a: barbet</li> </ul> <p>As part of the hardening in GrapheneOS, it uses fully monolithic kernel builds with |
