-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitmodules
32 lines (32 loc) · 1.16 KB
/
.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
25
26
27
28
29
30
31
32
[submodule "external/art"]
path = external/art
url = https://android.googlesource.com/platform/art
branch = android14-release
[submodule "external/libbase"]
path = external/libbase
url = https://android.googlesource.com/platform/system/libbase
branch = android14-release
[submodule "external/logging"]
path = external/logging
url = https://android.googlesource.com/platform/system/logging
branch = android14-release
[submodule "external/libnativehelper"]
path = external/libnativehelper
url = https://android.googlesource.com/platform/libnativehelper
branch = android14-release
[submodule "external/libprocinfo"]
path = external/libprocinfo
url = https://android.googlesource.com/platform/system/libprocinfo
branch = android14-release
[submodule "external/unwinding"]
path = external/unwinding
url = https://android.googlesource.com/platform/system/unwinding
branch = android14-release
[submodule "external/lzma"]
path = external/lzma
url = https://android.googlesource.com/platform/external/lzma
branch = android14-release
[submodule "external/bionic"]
path = external/bionic
url = https://android.googlesource.com/platform/bionic
branch = android14-release