Skip to content

Commit

Permalink
Use ndk directory instead of sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Nov 7, 2021
1 parent bdea9a5 commit 15a9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

task buildVosk(type: Exec) {
commandLine './build-vosk.sh'
environment ANDROID_NDK_HOME: android.getSdkDirectory()
environment ANDROID_NDK_HOME: android.getNdkDirectory()
}

dependencies {
Expand Down

0 comments on commit 15a9508

Please sign in to comment.