8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e481923 commit 7400d84Copy full SHA for 7400d84
Makefile
@@ -27,9 +27,9 @@ build-java:
27
jar -cvf sqlcipher.jar .
28
29
clean:
30
- -rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so && \
31
- rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so && \
32
- rm ${LIBRARY_ROOT}/sqlcipher.jar
+ -rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so
+ -rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so
+ -rm ${LIBRARY_ROOT}/sqlcipher.jar
33
34
copy-libs:
35
cp external/libs/armeabi/libsqlcipher_android.so \
0 commit comments