From Jorge Ciges, "Update to FindAndroidNDK to make it use the latest Ndk (r5c) automatically.

That fixes compatibilities with some 2.1 devices. And it looks like all goes well."
This commit is contained in:
Robert Osfield 2011-06-14 18:10:27 +00:00
parent d18250da59
commit b06ef64a39

View File

@ -19,6 +19,11 @@ ENDIF()
IF(NOT ANDROID_NDK)
FIND_PATH(ANDROID_NDK ndk-build
# search for r5c
~/android-ndk-r5c
~/android_develop/android-ndk-r5c
~/ndk-r5c
~/android_develop/ndk-r5c
# search for r5b
~/android-ndk-r5b
~/android_develop/android-ndk-r5b