forked from sqlcipher/android-database-sqlcipher
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
33 lines (33 loc) · 1.42 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 "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
[submodule "external/libnativehelper"]
path = external/libnativehelper
url = https://android.googlesource.com/platform/libnativehelper
[submodule "notepadbot"]
path = dist/SQLCipherForAndroid-SDK/samples/notepadbot
url = https://github.com/guardianproject/notepadbot.git
[submodule "external/android-sqlite_lollipop"]
path = external/android-sqlite_lollipop
url = https://android.googlesource.com/platform/external/sqlite
[submodule "external/platform-system-core-lollipop"]
path = external/platform-system-core-lollipop
url = https://android.googlesource.com/platform/system/core