File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
android-database-sqlcipher Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,8 @@ android-database-sqlcipher/src/main/external/android-libs/
77android-database-sqlcipher /.externalNativeBuild /
88android-database-sqlcipher /src /main /libs *
99android-database-sqlcipher /src /main /obj
10- android-database-sqlcipher /src /main /external /openssl- * /
10+ android-database-sqlcipher /src /main /external /openssl- * /
11+
12+ local.properties
13+ * .iml
14+ .idea
Original file line number Diff line number Diff line change 11task buildOpenSSL () {
22 onlyIf {
33 def armNativeFile = new File (" ${ androidNativeRootDir} /armeabi/libcrypto.a" )
4+ if (armNativeFile. exists()) {
5+ println (" ${ androidNativeRootDir} /armeabi/libcrypto.a exists nothing to do" )
6+ }
47 return ! armNativeFile. exists()
58 }
69 doLast {
You can’t perform that action at this time.
0 commit comments