This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
/
weekly.xml
47 lines (42 loc) · 1.95 KB
/
weekly.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file describes which devices are to be built weekly.
These devices include legacy devices that use our add/remove options found in
the manifest folder of the vendor_pac repo and low activity devices (less than 35 downloads per week).
The will run once a week and that is it. This is to save needed resources.
The "hasextras" variable is set to 1 if the device has adds/removes or extras,
thereby triggering a resync of the build machine, source after the build of the weekly device.
-->
<manifest>
<!-- Add new devices here -->
<!-- <device name="anzu" hasextras="1"/> -->
<!-- <device name="coconut" hasextras="1"/> -->
<device name="deb" hasextras="0"/>
<!-- <device name="e980" hasextras="0"/> -->
<!-- <device name="grouper" hasextras="0"/> -->
<!-- <device name="haida" hasextras="1"/> -->
<!-- <device name="hallon" hasextras="1"/> -->
<!-- <device name="i9300" hasextras="1"/> -->
<!-- <device name="iyokan" hasextras="1"/> -->
<device name="jewel" hasextras="0" />
<device name="mako" hasextras="0"/>
<!-- <device name="mango" hasextras="1"/> -->
<device name="manta" hasextras="0"/>
<device name="otterx" hasextras="0"/>
<device name="pollux" hasextras="0"/>
<device name="pollux_windy" hasextras="0"/>
<!-- <device name="s2ve" hasextras="1"/> -->
<!-- <device name="s2vep" hasextras="1"/> -->
<!-- <device name="satsuma" hasextras="1"/> -->
<!-- <device name="serrano3gxx" hasextras="0"/> -->
<!-- <device name="serranodsdd" hasextras="1"/> -->
<!-- <device name="serranoltexx" hasextras="0"/> -->
<!-- <device name="smultron" hasextras="1"/> -->
<device name="t6" hasextras="0"/>
<device name="t6spr" hasextras="0"/>
<device name="t6vzw" hasextras="0"/>
<device name="tenderloin" hasextras="1"/>
<device name="umts_spyder" hasextras="0"/>
<!-- <device name="urushi" hasextras="1"/> -->
<!-- <device name="wx_na_do" hasextras="0"/> -->
</manifest>