We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 790f27f + 01688e4 commit 9841e8fCopy full SHA for 9841e8f
Makefile
@@ -32,4 +32,6 @@ copy-libs:
32
${LIBRARY_ROOT}/armeabi && \
33
cp jni/libs/armeabi/libdatabase_sqlcipher.so \
34
35
- cp bin/classes/sqlcipher.jar ${LIBRARY_ROOT}
+ 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
0 commit comments