File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ copy-libs:
46
46
cp ${JNI_DIR} /libs/armeabi/libdatabase_sqlcipher.so \
47
47
${LIBRARY_ROOT} /armeabi && \
48
48
cp ${CURDIR} /bin/classes/sqlcipher.jar ${LIBRARY_ROOT} && \
49
- cp ${ANDROID_NDK_ROOT} /sources/cxx-stl/stlport /libs/armeabi/libstlport_shared.so \
49
+ cp ${EXTERNAL_DIR} /libs/armeabi/libstlport_shared.so \
50
50
${LIBRARY_ROOT} /armeabi
51
51
mkdir -p ${LIBRARY_ROOT} /x86
52
52
cp ${EXTERNAL_DIR} /libs/x86/libsqlcipher_android.so \
53
53
${LIBRARY_ROOT} /x86 && \
54
54
cp ${JNI_DIR} /libs/x86/libdatabase_sqlcipher.so \
55
55
${LIBRARY_ROOT} /x86 && \
56
- cp ${ANDROID_NDK_ROOT} /sources/cxx-stl/stlport /libs/x86/libstlport_shared.so \
56
+ cp ${EXTERNAL_DIR} /libs/x86/libstlport_shared.so \
57
57
${LIBRARY_ROOT} /x86
58
58
59
59
copy-libs-dist :
You can’t perform that action at this time.
0 commit comments