8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1fbc82 + 730d560 commit 51d961eCopy full SHA for 51d961e
distribute.sh
@@ -192,8 +192,11 @@ function push_arm() {
192
export TOOLCHAIN_PREFIX=arm-linux-androideabi
193
export TOOLCHAIN_VERSION=4.4.3
194
elif [ "X${ANDROIDNDKVER:0:2}" == "Xr9" ]; then
195
- export TOOLCHAIN_PREFIX=arm-linux-androideabi
196
- export TOOLCHAIN_VERSION=4.8
+ export TOOLCHAIN_PREFIX=arm-linux-androideabi
+ export TOOLCHAIN_VERSION=4.8
197
+ elif [ "X${ANDROIDNDKVER:0:3}" == "Xr10" ]; then
198
199
+ export TOOLCHAIN_VERSION=4.9
200
else
201
echo "Error: Please report issue to enable support for newer ndk."
202
exit 1
0 commit comments