We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57bfd4 commit 4b34255Copy full SHA for 4b34255
android-configure
@@ -3,7 +3,7 @@
3
export TOOLCHAIN=$PWD/android-toolchain
4
mkdir -p $TOOLCHAIN
5
$1/build/tools/make-standalone-toolchain.sh \
6
- --toolchain=arm-linux-androideabi-4.8 \
+ --toolchain=arm-linux-androideabi-4.9 \
7
--arch=arm \
8
--install-dir=$TOOLCHAIN \
9
--platform=android-21
@@ -14,7 +14,7 @@ export CXX=arm-linux-androideabi-g++
14
export LINK=arm-linux-androideabi-g++
15
export PLATFORM=android
16
17
-if [ $2 -a $2 == 'gyp' ]
+if [[ $2 == 'gyp' ]]
18
then
19
./gyp_uv.py -Dtarget_arch=arm -DOS=android -f make-android
20
fi
0 commit comments