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.
1 parent 83037be commit fa961a6Copy full SHA for fa961a6
distribute.sh
@@ -99,7 +99,7 @@ function push_arm() {
99
100
# this must be something depending of the API level of Android
101
export PATH="$ANDROIDNDK/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/:$ANDROIDNDK:$ANDROIDSDK/tools:$PATH"
102
- if [ "X$ANDROIDNDKVER" == "Xr7" ]; then
+ if [ "X$ANDROIDNDKVER{:0:2}" == "Xr7" ]; then
103
export TOOLCHAIN_PREFIX=arm-linux-androideabi
104
export TOOLCHAIN_VERSION=4.4.3
105
elif [ "X$ANDROIDNDKVER" == "Xr5b" ]; then
0 commit comments