Skip to content

Commit 167de95

Browse files
committed
Supported NDK r8
1 parent c99be81 commit 167de95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function push_arm() {
9999

100100
# this must be something depending of the API level of Android
101101
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
102+
if [ "X${ANDROIDNDKVER:0:2}" == "Xr7" ] || [ "X$ANDROIDNDKVER" == "Xr8" ]; then
103103
export TOOLCHAIN_PREFIX=arm-linux-androideabi
104104
export TOOLCHAIN_VERSION=4.4.3
105105
elif [ "X$ANDROIDNDKVER" == "Xr5b" ]; then

0 commit comments

Comments
 (0)