-
Notifications
You must be signed in to change notification settings - Fork 458
/
DEPS
48 lines (48 loc) · 1.21 KB
/
DEPS
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
{
"version": "1.3.12",
"vars": {
"PAG_GROUP": "https://github.com/libpag"
},
"repos": {
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "b3125b9cf13bcc70e63212de1d0ed95e7beaa2a9",
"dir": "third_party/vendor_tools"
},
{
"url": "${PAG_GROUP}/tgfx.git",
"commit": "0ee494ab8246bb051e66b4681832ebcac18b8e39",
"dir": "third_party/tgfx"
},
{
"url": "${PAG_GROUP}/libavc.git",
"commit": "c2bf4c84a6d39788929e59514417e819185af98e",
"dir": "third_party/libavc"
},
{
"url": "https://github.com/rttrorg/rttr.git",
"commit": "7edbd580cfad509a3253c733e70144e36f02ecd4",
"dir": "third_party/rttr"
},
{
"url": "https://github.com/harfbuzz/harfbuzz.git",
"commit": "f1f2be776bcd994fa9262622e1a7098a066e5cf7",
"dir": "third_party/harfbuzz"
},
{
"url": "https://github.com/lz4/lz4.git",
"commit": "5ff839680134437dbf4678f3d0c7b371d84f4964",
"dir": "third_party/lz4"
}
]
},
"actions": {
"common": [
{
"command": "depsync --clean",
"dir": "third_party"
}
]
}
}