Skip to content

Commit 77efcfc

Browse files
Remove gradle directory path to NDK, will be on PATH
1 parent 96fb731 commit 77efcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-database-sqlcipher/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def executeNdkBuild(outputDir, androidMkDirectory, applicationMkFile,
163163
"ANDROID_NATIVE_ROOT_DIR": "${androidNativeRootDir}",
164164
"NDK_APP_PLATFORM" : "${androidVersion}"]
165165
environment(environmentVariables)
166-
commandLine "${android.ndkDirectory}/ndk-build", "V=1", "${ndkBuildType}",
166+
commandLine "ndk-build", "V=1", "${ndkBuildType}",
167167
"--environment-overrides", outputDirectory,
168168
"-C", androidMkDirectory, applicationFile
169169
}

0 commit comments

Comments
 (0)