forked from PinNaCode/magiskboot_build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.01 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
33
[submodule "Magisk"]
path = src/Magisk
url = https://github.com/topjohnwu/Magisk.git
branch = master
shallow = true
[submodule "android_logging"]
path = src/android_logging
url = https://android.googlesource.com/platform/system/logging.git
shallow = true
[submodule "android_libbase"]
path = src/android_libbase
url = https://android.googlesource.com/platform/system/libbase.git
shallow = true
[submodule "android_fmtlib"]
path = src/android_fmtlib
url = https://android.googlesource.com/platform/external/fmtlib.git
shallow = true
[submodule "android_core"]
path = src/android_core
url = https://android.googlesource.com/platform/system/core.git
shallow = true
[submodule "mman-win32"]
path = src/mman-win32
url = https://github.com/alitrack/mman-win32.git
shallow = true
[submodule "msvc_getline"]
path = src/msvc_getline
url = https://github.com/CostantinoGrana/msvc_getline.git
shallow = true
[submodule "corrosion"]
path = src/corrosion
url = https://github.com/corrosion-rs/corrosion.git
shallow = true