This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
forked from nmeum/android-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
79 lines (79 loc) · 2.66 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[submodule "core"]
shallow = true
path = vendor/core
url = https://android.googlesource.com/platform/system/core.git
[submodule "extras"]
shallow = true
path = vendor/extras
url = https://android.googlesource.com/platform/system/extras.git
[submodule "selinux"]
shallow = true
path = vendor/selinux
url = https://android.googlesource.com/platform/external/selinux.git
[submodule "f2fs-tools"]
shallow = true
path = vendor/f2fs-tools
url = https://android.googlesource.com/platform/external/f2fs-tools.git
[submodule "e2fsprogs"]
shallow = true
path = vendor/e2fsprogs
url = https://android.googlesource.com/platform/external/e2fsprogs.git
[submodule "boringssl"]
shallow = true
path = vendor/boringssl
url = https://boringssl.googlesource.com/boringssl.git
[submodule "vendor/mkbootimg"]
shallow = true
path = vendor/mkbootimg
url = https://android.googlesource.com/platform/system/tools/mkbootimg
[submodule "vendor/avb"]
shallow = true
path = vendor/avb
url = https://android.googlesource.com/platform/external/avb
[submodule "vendor/libbase"]
shallow = true
path = vendor/libbase
url = https://android.googlesource.com/platform/system/libbase
[submodule "vendor/libziparchive"]
shallow = true
path = vendor/libziparchive
url = https://android.googlesource.com/platform/system/libziparchive
[submodule "vendor/base"]
shallow = true
path = vendor/base
url = https://android.googlesource.com/platform/frameworks/base
[submodule "vendor/native"]
shallow = true
path = vendor/native
url = https://android.googlesource.com/platform/frameworks/native
[submodule "vendor/adb"]
shallow = true
path = vendor/adb
url = https://android.googlesource.com/platform/packages/modules/adb.git
[submodule "vendor/logging"]
shallow = true
path = vendor/logging
url = https://android.googlesource.com/platform/system/logging.git
[submodule "vendor/incremental_delivery"]
shallow = true
path = vendor/incremental_delivery
url = https://android.googlesource.com/platform/system/incremental_delivery
[submodule "vendor/fmtlib"]
shallow = true
path = vendor/fmtlib
url = https://android.googlesource.com/platform/external/fmtlib.git
[submodule "vendor/libufdt"]
path = vendor/libufdt
url = https://android.googlesource.com/platform/system/libufdt.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/fec"]
path = vendor/fec
url = https://android.googlesource.com/platform/external/fec.git
[submodule "vendor/squashfs-tools"]
path = vendor/squashfs-tools
url = https://android.googlesource.com/platform/external/squashfs-tools.git
[submodule "vendor/e2fstool"]
path = vendor/e2fstool
url = https://github.com/svoboda18/e2fstool.git