File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,12 @@ ext {
5555 minimumAndroidSdkVersion = 14
5656 minimumAndroid64BitSdkVersion = 21
5757 targetAndroidSdkVersion = 26
58- nativeRootOutputDir = " ${ projectDir} /${ name} /src/main"
58+ mainProjectName = " android-database-sqlcipher"
59+ nativeRootOutputDir = " ${ projectDir} /${ mainProjectName} /src/main"
5960 androidNativeRootDir = " ${ nativeRootOutputDir} /external/android-libs"
60- sqlcipherDir = " ${ projectDir} /${ name } /src/main/external/sqlcipher"
61+ sqlcipherDir = " ${ projectDir} /${ mainProjectName } /src/main/external/sqlcipher"
6162 opensslVersion = " 1.1.1"
62- opensslDir = " ${ projectDir} /${ name } /src/main/external/openssl-${ opensslVersion} "
63+ opensslDir = " ${ projectDir} /${ mainProjectName } /src/main/external/openssl-${ opensslVersion} "
6364 sqlcipherCFlags = " -DSQLITE_HAS_CODEC " +
6465 " -DSQLITE_SOUNDEX " +
6566 " -DHAVE_USLEEP=1 " +
You can’t perform that action at this time.
0 commit comments