Skip to content

Commit 9841e8f

Browse files
committed
Merge pull request #29 from developernotes/master
Build Update
2 parents 790f27f + 01688e4 commit 9841e8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ copy-libs:
3232
${LIBRARY_ROOT}/armeabi && \
3333
cp jni/libs/armeabi/libdatabase_sqlcipher.so \
3434
${LIBRARY_ROOT}/armeabi && \
35-
cp bin/classes/sqlcipher.jar ${LIBRARY_ROOT}
35+
cp bin/classes/sqlcipher.jar ${LIBRARY_ROOT} && \
36+
cp ${ANDROID_NDK_ROOT}/sources/cxx-stl/stlport/libs/armeabi/libstlport_shared.so \
37+
${LIBRARY_ROOT}/armeabi

libs/armeabi/libstlport_shared.so

-2.65 MB
Binary file not shown.

0 commit comments

Comments
 (0)