8000 Allowing the sqlcipher clean to fail silently · Sjith/android-database-sqlcipher@4364277 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4364277

Browse files
Allowing the sqlcipher clean to fail silently
1 parent c62811a commit 4364277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build-java:
2929
clean:
3030
ant clean
3131
cd ${EXTERNAL_DIR} && ndk-build clean
32-
cd ${SQLCIPHER_DIR} && make clean
32+
-cd ${SQLCIPHER_DIR} && make clean
3333
cd ${JNI_DIR} && ndk-build clean
3434
-rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so
3535
-rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so

0 commit comments

Comments
 (0)
0