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.
1 parent c99be81 commit 167de95Copy full SHA for 167de95
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:0:2}" == "Xr7" ]; then
+ if [ "X${ANDROIDNDKVER:0:2}" == "Xr7" ] || [ "X$ANDROIDNDKVER" == "Xr8" ]; then
103
export TOOLCHAIN_PREFIX=arm-linux-androideabi
104
export TOOLCHAIN_VERSION=4.4.3
105
elif [ "X$ANDROIDNDKVER" == "Xr5b" ]; then
0 commit comments