-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitmodules
24 lines (24 loc) · 891 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "src/third_party/expat"]
path = src/third_party/expat
url = https://android.googlesource.com/platform/external/expat
shallow = true
[submodule "src/third_party/libpng"]
path = src/third_party/libpng
url = https://android.googlesource.com/platform/external/libpng
shallow = true
[submodule "src/third_party/zlib"]
path = src/third_party/zlib
url = https://android.googlesource.com/platform/external/zlib
shallow = true
[submodule "src/third_party/fmtlib"]
path = src/third_party/fmtlib
url = https://android.googlesource.com/platform/external/fmtlib
shallow = true
[submodule "src/third_party/zopfli"]
path = src/third_party/zopfli
url = https://android.googlesource.com/platform/external/zopfli
shallow = true
[submodule "src/third_party/protobuf"]
path = src/third_party/protobuf
url = https://android.googlesource.com/platform/external/protobuf
shallow = true