forked from sqlcipher/android-database-sqlcipher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
21 lines (21 loc) · 860 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "external/openssl"]
path = external/openssl
url = https://github.com/openssl/openssl.git
[submodule "external/sqlcipher"]
path = external/sqlcipher
url = https://github.com/sqlcipher/sqlcipher.git
[submodule "external/dalvik"]
path = external/dalvik
url = https://github.com/android/platform_dalvik.git
[submodule "external/android-sqlite"]
path = external/android-sqlite
url = https://github.com/android/platform_external_sqlite.git
[submodule "external/platform-system-core"]
path = external/platform-system-core
url = https://github.com/android/platform_system_core.git
[submodule "external/platform-frameworks-base"]
path = external/platform-frameworks-base
url = https://github.com/android/platform_frameworks_base.git
[submodule "external/icu4c"]
path = external/icu4c
url = https://github.com/android/platform_external_icu4c.git