Android: Allow compilation using Android NDK r10e.

This commit is contained in:
sigmabeta
2015-06-07 13:36:59 -04:00
parent f9b5571ddd
commit e04778f9eb
2 changed files with 3 additions and 3 deletions

View File

@ -171,7 +171,7 @@ String getNdkPath() {
def stdout = new ByteArrayOutputStream()
exec {
// ndk-build.cmd is a file unique to the root directory of android-ndk-r10d.
// ndk-build.cmd is a file unique to the root directory of android-ndk-r10e.
commandLine 'locate', 'ndk-build.cmd'
standardOutput = stdout
}