]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/android/sigrok-cross-android
cross-compile scripts: Use common build dir name.
[sigrok-util.git] / cross-compile / android / sigrok-cross-android
index e0460abacf12cc49c0279360e83e3a8cddb2114f..0c7245f99e4e8bfb384321acc8b05f71f8939bcd 100755 (executable)
@@ -36,7 +36,7 @@ TOOLCHAIN_TRIPLET=arm-linux-androideabi
 PREFIX=$HOME/sr_android
 
 # The path where to download files to and where to build packages.
-BUILDDIR=./sr_android_build
+BUILDDIR=./build
 
 # Edit this to enable/disable/modify parallel compiles.
 PARALLEL="-j 2"