@@ -489,7 +489,7 @@ <h2><a href="#release-announcements">Release announcements</a></h2>
489
489
<section id="devices">
490
490
<h2><a href="#devices">Devices</a></h2>
491
491
492
- {% with codename="tegu", name="Pixel 9a (experimental)" %}
492
+ {% with codename="tegu", name="Pixel 9a (experimental)", split=True %}
493
493
{% include "device.html" %}
494
494
{% endwith %}
495
495
{% with codename="comet", name="Pixel 9 Pro Fold" %}
@@ -537,22 +537,22 @@ <h2><a href="#devices">Devices</a></h2>
537
537
{% with codename="oriole", name="Pixel 6" %}
538
538
{% include "device.html" %}
539
539
{% endwith %}
540
- {% with codename="barbet", name="Pixel 5a (legacy extended support)" %}
540
+ {% with codename="barbet", name="Pixel 5a (legacy extended support)", split=True %}
541
541
{% include "device.html" %}
542
542
{% endwith %}
543
- {% with codename="redfin", name="Pixel 5 (legacy extended support)" %}
543
+ {% with codename="redfin", name="Pixel 5 (legacy extended support)", split=True %}
544
544
{% include "device.html" %}
545
545
{% endwith %}
546
- {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) " %}
546
+ {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) ", split=True %}
547
547
{% include "device.html" %}
548
548
{% endwith %}
549
- {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory" %}
549
+ {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory", split=True %}
550
550
{% include "device.html" %}
551
551
{% endwith %}
552
- {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory" %}
552
+ {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory", split=True %}
553
553
{% include "device.html" %}
554
554
{% endwith %}
555
- {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory" %}
555
+ {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory", split=True %}
556
556
{% include "device.html" %}
557
557
{% endwith %}
558
558
</section>
0 commit comments