]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Remove unused variable ANDROID_BUILD_TOOLS
authorMarcus Comstedt <redacted>
Wed, 9 Jul 2014 16:36:59 +0000 (18:36 +0200)
committerUwe Hermann <redacted>
Mon, 25 Aug 2014 20:38:44 +0000 (22:38 +0200)
cross-compile/android/sigrok-cross-android

index 8b3fe12c6819beca793d7996dd391c5670adcb87..f0683d119595e8349937cc522c7a39fe3bcebf74 100755 (executable)
@@ -281,9 +281,8 @@ if [ -z "$ANDROID_SDK" -o ! -d "$ANDROID_SDK"/platforms/android-8 -o \
 fi
 
 ANDROID_TOOLS=${ANDROID_SDK}/tools
 fi
 
 ANDROID_TOOLS=${ANDROID_SDK}/tools
-ANDROID_BUILD_TOOLS=${ANDROID_SDK}/build-tools/19.0.1
 
 
-if [ ! -e "$ANDROID_TOOLS/android" -o ! -e "$ANDROID_BUILD_TOOLS/dx" ]; then
+if [ ! -e "$ANDROID_TOOLS/android" ]; then
   echo "Essential Android build tools not available, not building PulseView"
   exit 0
 fi
   echo "Essential Android build tools not available, not building PulseView"
   exit 0
 fi