unhide Pixel 6a support
This commit is contained in:
parent
5ec44834dc
commit
92c2ef5f0b
@ -142,6 +142,7 @@
|
||||
<p>GrapheneOS has official production support for the following devices:</p>
|
||||
|
||||
<ul>
|
||||
<li>Pixel 6a (bluejay) – experimental</li>
|
||||
<li>Pixel 6 Pro (raven)</li>
|
||||
<li>Pixel 6 (oriole)</li>
|
||||
<li>Pixel 5a (barbet)</li>
|
||||
|
@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) {
|
||||
return "Bootloader unlocked.";
|
||||
}
|
||||
|
||||
const supportedDevices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
|
||||
const supportedDevices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
|
||||
|
||||
const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
<li>
|
||||
<a href="#stable-channel">Stable channel</a>
|
||||
<ul>
|
||||
<li hidden="hidden"><a href="#bluejay-stable">Pixel 6a (experimental)</a></li>
|
||||
<li><a href="#bluejay-stable">Pixel 6a (experimental)</a></li>
|
||||
<li><a href="#raven-stable">Pixel 6 Pro</a></li>
|
||||
<li><a href="#oriole-stable">Pixel 6</a></li>
|
||||
<li><a href="#barbet-stable">Pixel 5a</a></li>
|
||||
@ -79,7 +79,7 @@
|
||||
<li>
|
||||
<a href="#beta-channel">Beta channel</a>
|
||||
<ul>
|
||||
<li hidden="hidden"><a href="#bluejay-beta">Pixel 6a (experimental)</a></li>
|
||||
<li><a href="#bluejay-beta">Pixel 6a (experimental)</a></li>
|
||||
<li><a href="#raven-beta">Pixel 6 Pro</a></li>
|
||||
<li><a href="#oriole-beta">Pixel 6</a></li>
|
||||
<li><a href="#barbet-beta">Pixel 5a</a></li>
|
||||
@ -303,7 +303,7 @@
|
||||
<section id="stable-channel">
|
||||
<h2><a href="#stable-channel">Stable channel</a></h2>
|
||||
|
||||
<section id="bluejay-stable" hidden="hidden">
|
||||
<section id="bluejay-stable">
|
||||
<h3><a href="#bluejay-stable">Pixel 6a (experimental)</a></h3>
|
||||
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}">{{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}</a></p>
|
||||
<ul>
|
||||
@ -425,7 +425,7 @@
|
||||
<section id="beta-channel">
|
||||
<h2><a href="#beta-channel">Beta channel</a></h2>
|
||||
|
||||
<section id="bluejay-beta" hidden="hidden">
|
||||
<section id="bluejay-beta">
|
||||
<h3><a href="#bluejay-beta">Pixel 6a (experimental)</a></h3>
|
||||
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}">{{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}</a></p>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user