Skip to content

Commit

Permalink
new build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 29, 2011
1 parent 08a2c0b commit f0fc543
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git submodule init
git submodule update
cd external
make -f Android.mk build-local-hack
ndk-build
cp libs/armeabi/libsqlcipher_android.so ../libs/armeabi
cd ../jni
ndk-build
cp libs/armeabi/libdatabase_sqlcipher.so ../libs/armeabi
cd ..

0 comments on commit f0fc543

Please sign in to comment.