Skip to content

Commit

Permalink
ensure top level lib/armeabi folder exists before installing files there
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlombardo committed Dec 30, 2011
1 parent 07746f9 commit 43814aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ clean:
-rm ${LIBRARY_ROOT}/sqlcipher.jar

copy-libs:
mkdir -p ${LIBRARY_ROOT}/armeabi
cp external/libs/armeabi/libsqlcipher_android.so \
${LIBRARY_ROOT}/armeabi && \
cp jni/libs/armeabi/libdatabase_sqlcipher.so \
Expand Down

0 comments on commit 43814aa

Please sign in to comment.