]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Assume ANDROID_{NDK,SDK} to live in $HOME.
authorUwe Hermann <redacted>
Mon, 25 Aug 2014 20:50:26 +0000 (22:50 +0200)
committerUwe Hermann <redacted>
Mon, 25 Aug 2014 20:50:26 +0000 (22:50 +0200)
This is consistent with the rest of the paths (and allows working as
non-root user).

cross-compile/android/sigrok-cross-android

index 89359d33cf29cd1486103d814a3c409f76a1358e..9f0a127ab01cef071bd7e891db6a425b9905002e 100755 (executable)
 set -e
 
 # The path where Android NDK is located.
-ANDROID_NDK=/usr/local/android-ndk-r9d
+ANDROID_NDK=$HOME/android/android-ndk-r9d
 
 # The path where Android SDK is located.
-ANDROID_SDK=/usr/local/android
+ANDROID_SDK=$HOME/android/android-sdk-linux
 
 # The path where your Android toolchain directory is located.
 TOOLCHAIN=$HOME/android/android-arm-toolchain