]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-linux: Bump to NDK version r10c.
authorUwe Hermann <redacted>
Fri, 31 Oct 2014 11:40:48 +0000 (12:40 +0100)
committerUwe Hermann <redacted>
Fri, 31 Oct 2014 11:40:48 +0000 (12:40 +0100)
cross-compile/android/sigrok-cross-android

index 1031ba5eb596105cf428ab5dc9a52c49bcbdc1b5..6c30d5d6b2a992b9cdb32b89a7d7ea706b0e9af5 100755 (executable)
@@ -22,7 +22,7 @@
 set -e
 
 # The path where the Android NDK is located.
-ANDROID_NDK=$HOME/android/android-ndk-r9d
+ANDROID_NDK=$HOME/android/android-ndk-r10c
 
 # The path where the Android SDK is located.
 ANDROID_SDK=$HOME/android/android-sdk-linux