aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/android-configure
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/android-configure')
-rwxr-xr-xdeps/uv/android-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/android-configure b/deps/uv/android-configure
index e0b250fb63..7ffc035c1b 100755
--- a/deps/uv/android-configure
+++ b/deps/uv/android-configure
@@ -3,7 +3,7 @@
export TOOLCHAIN=$PWD/android-toolchain
mkdir -p $TOOLCHAIN
$1/build/tools/make-standalone-toolchain.sh \
- --toolchain=arm-linux-androideabi-4.8 \
+ --toolchain=arm-linux-androideabi-4.9 \
--arch=arm \
--install-dir=$TOOLCHAIN \
--platform=android-21
@@ -14,7 +14,7 @@ export CXX=arm-linux-androideabi-g++
export LINK=arm-linux-androideabi-g++
export PLATFORM=android
-if [ $2 -a $2 == 'gyp' ]
+if [[ $2 == 'gyp' ]]
then
./gyp_uv.py -Dtarget_arch=arm -DOS=android -f make-android
fi