Skip to content

Commit 43814aa

Browse files
committed
ensure top level lib/armeabi folder exists before installing files there
1 parent 07746f9 commit 43814aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ clean:
3232
-rm ${LIBRARY_ROOT}/sqlcipher.jar
3333

3434
copy-libs:
35+
mkdir -p ${LIBRARY_ROOT}/armeabi
3536
cp external/libs/armeabi/libsqlcipher_android.so \
3637
${LIBRARY_ROOT}/armeabi && \
3738
cp jni/libs/armeabi/libdatabase_sqlcipher.so \

0 commit comments

Comments
 (0)