File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ all: build-external build-jni build-java copy-libs
2424build-external :
2525 cd ${EXTERNAL_DIR} && \
2626 make -f Android.mk build-local-hack && \
27- ndk-build && \
27+ ndk-build NDK_LIBS_OUT= $( EXTERNAL_DIR ) /libs && \
2828 make -f Android.mk copy-libs-hack
2929
3030build-jni :
3131 cd ${JNI_DIR} && \
32- ndk-build
32+ ndk-build NDK_LIBS_OUT= $( JNI_DIR ) /libs
3333
3434build-java :
3535 ant release && \
@@ -51,9 +51,9 @@ release:
5151clean :
5252 -rm SQLCipher\ for\ Android\* .zip
5353 -ant clean
54- -cd ${EXTERNAL_DIR} && ndk-build clean
54+ -cd ${EXTERNAL_DIR} && ndk-build clean NDK_LIBS_OUT= $( EXTERNAL_DIR ) /libs
5555 -cd ${SQLCIPHER_DIR} && make clean
56- -cd ${JNI_DIR} && ndk-build clean
56+ -cd ${JNI_DIR} && ndk-build clean NDK_LIBS_OUT= $( JNI_DIR ) /libs
5757 -rm ${LIBRARY_ROOT} /armeabi/libsqlcipher_android.so
5858 -rm ${LIBRARY_ROOT} /armeabi/libdatabase_sqlcipher.so
5959 -rm ${LIBRARY_ROOT} /armeabi/libstlport_shared.so
You can’t perform that action at this time.
0 commit comments