Skip to content

Commit 52a6a46

Browse files
committed
stuff needed to build things (so far), the Android internals are mostly for the headers
1 parent 03b38b5 commit 52a6a46

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

.gitmodules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[submodule "external/openssl"]
2+
path = external/openssl
3+
url = [email protected]:guardianproject/openssl-android.git
4+
[submodule "external/sqlcipher"]
5+
path = external/sqlcipher
6+
url = [email protected]:guardianproject/sqlcipher-android.git
7+
[submodule "external/dalvik"]
8+
path = external/dalvik
9+
url = git://android.git.kernel.org/platform/dalvik.git
10+
[submodule "external/android-sqlite"]
11+
path = external/android-sqlite
12+
url = git://android.git.kernel.org/platform/external/sqlite.git
13+
[submodule "external/platform-system-core"]
14+
path = external/platform-system-core
15+
url = git://android.git.kernel.org/platform/system/core.git
16+
[submodule "external/platform-frameworks-base"]
17+
path = external/platform-frameworks-base
18+
url = git://android.git.kernel.org/platform/frameworks/base.git

external/android-sqlite

Submodule android-sqlite added at 1c37698

external/dalvik

Submodule dalvik added at ef4b061

external/openssl

Submodule openssl added at 1a3c579

external/platform-frameworks-base

Submodule platform-frameworks-base added at 93552de

external/platform-system-core

Submodule platform-system-core added at 034117e

external/sqlcipher

Submodule sqlcipher added at 5e4b18d

0 commit comments

Comments
 (0)