-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild-targets.json
58 lines (57 loc) · 1.3 KB
/
build-targets.json
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
48
49
50
51
52
53
54
55
56
57
58
[
{
"device": "athene",
"build_type": "userdebug",
"dow": "1"
},
{
"device": "X00TD",
"build_type": "userdebug",
"dow": "1"
},
{
"device": "cheeseburger",
"build_type": "userdebug",
"dow": "2"
},
{
"device": "kenzo",
"build_type": "userdebug",
"dow": "3"
},
{
"device": "mido",
"build_type": "userdebug",
"dow": "3"
},
{
"device": "sanders",
"build_type": "userdebug",
"dow": "4"
},
{
"device": "angler",
"build_type": "userdebug",
"dow": "5"
},
{
"device": "marlin",
"build_type": "userdebug",
"dow": "5"
},
{
"device": "sailfish",
"build_type": "userdebug",
"dow": "5"
},
{
"device": "potter",
"build_type": "userdebug",
"dow": "6"
},
{
"device": "tissot",
"build_type": "userdebug",
"dow": "6"
}
]