Skip to content

Commit

Permalink
From Jorge Ciges, "Update to FindAndroidNDK to make it use the latest…
Browse files Browse the repository at this point in the history
… Ndk (r5c) automatically.

That fixes compatibilities with some 2.1 devices. And it looks like all goes well."
  • Loading branch information
robertosfield committed Jun 14, 2011
1 parent af03086 commit 735b80a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeModules/FindAndroidNDK.cmake
Expand Up @@ -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
Expand Down

0 comments on commit 735b80a

Please sign in to comment.