Skip to content

Commit 4b34255

Browse files
kthelgasonsaghul
authored andcommitted
build: bump android ndk version
PR-URL: libuv#790 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent f57bfd4 commit 4b34255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export TOOLCHAIN=$PWD/android-toolchain
44
mkdir -p $TOOLCHAIN
55
$1/build/tools/make-standalone-toolchain.sh \
6-
--toolchain=arm-linux-androideabi-4.8 \
6+
--toolchain=arm-linux-androideabi-4.9 \
77
--arch=arm \
88
--install-dir=$TOOLCHAIN \
99
--platform=android-21
@@ -14,7 +14,7 @@ export CXX=arm-linux-androideabi-g++
1414
export LINK=arm-linux-androideabi-g++
1515
export PLATFORM=android
1616

17-
if [ $2 -a $2 == 'gyp' ]
17+
if [[ $2 == 'gyp' ]]
1818
then
1919
./gyp_uv.py -Dtarget_arch=arm -DOS=android -f make-android
2020
fi

0 commit comments

Comments
 (0)