8000 new build instructions · Sjith/android-database-sqlcipher@f0fc543 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0fc543

Browse files
committed
new build instructions
1 parent 08a2c0b commit f0fc543

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BUILD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
git submodule init
2+
git submodule update
3+
cd external
4+
make -f Android.mk build-local-hack
5+
ndk-build
6+
cp libs/armeabi/libsqlcipher_android.so ../libs/armeabi
7+
cd ../jni
8+
ndk-build
9+
cp libs/armeabi/libdatabase_sqlcipher.so ../libs/armeabi
10+
cd ..

0 commit comments

Comments
 (0)
0