-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
43 lines (42 loc) · 1.15 KB
/
.gitmodules
File metadata and controls
43 lines (42 loc) · 1.15 KB
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
# External libraries
[submodule "libs/png"]
path = libs/png
url = https://github.com/pnggroup/libpng.git
shallow = true
ignore = dirty
[submodule "libs/freetype"]
path = libs/freetype
url = https://github.com/freetype/freetype.git
shallow = true
ignore = dirty
[submodule "libs/ziparchive"]
path = libs/ziparchive
url = https://android.googlesource.com/platform/system/libziparchive
branch = android14-release
shallow = true
ignore = dirty
# AOSP dependencies
[submodule "vendor/core"]
path = vendor/core
url = https://android.googlesource.com/platform/system/core
branch = android14-release
shallow = true
ignore = dirty
[submodule "vendor/logging"]
path = vendor/logging
url = https://android.googlesource.com/platform/system/logging
branch = android14-release
shallow = true
ignore = dirty
[submodule "vendor/libbase"]
path = vendor/libbase
url = https://android.googlesource.com/platform/system/libbase
branch = android14-release
shallow = true
ignore = dirty
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://android.googlesource.com/platform/external/googletest
branch = android14-release
shallow = true
ignore = dirty