mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Allow compilation using Android NDK r10e.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user